Delete a Preset

DELETE /presets/ID
Deletes the specified Preset item.

Authorization Header

Parameters

Response

HTTP 200 - OK

Example:

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"
  }
}