Delete a Preset

DELETE /presets/ID
Deletes the specified Preset item.

Authorization Header

  • Bearer token: OAuth 2.0 API access token.

Parameters

  • format: json or xml. This will override the Request Accept header.
  • human: true or false. If 'true', it causes the response to be in a structured, more human-readable form. This is useful when calling the API through curl or from a browser.

Response

HTTP 200 - OK

Example:

DELETE /presets/ID
curl -X DELETE -H "Authorization: Bearer um9VmyJKTPGFqpkL_THjGE5rkXqfURDYqQ8MTBVidG3PtwkfABIdx6s_z9WlFl4_j" "https://api.xvid.com/v1/presets/5475f75ce4b084a392305dcb?human=true&show_null=true"
{
  "result": {
    "status": "SUCCESS"
  }
}

 




  • No labels