Skip to content

Delete a Template

DELETE /jobs/templates/ID

Parameters

  • access_token: OAuth 2.0 API access token

Response

  • HTTP 200 - OK

Example:

DELETE /jobs/templates/ID

bash
curl -X DELETE "https://api.xvid.com/v1/jobs/templates/643ea464e77b9d03f98cff34?access_token=ueVQiGC0KEYV3Xx-ygCsU98zveh4hZsttR68dW0WAe_ijxFMhaxRXMHncSfSZYps&human=true"
json
{
    "result": {
        "status": "SUCCESS"
    }
}