Cancel Request

This section allows you to cancel and request in processing

Cancel Video Request

delete

Cancel a video enhancement request.

If the request is canceled before any processing starts, then all reserved credits are refunded.

If the request is canceled during processing, then a partial refund is issued based on the progress.

Authorizations
X-API-KeystringRequired
Path parameters
requestIdstring · uuidRequiredExample: c1f96dc2-c448-00e6-82ed-14ecb6403c62
Responses
200

Successful response, message may also indicate if there is a parital refund, if applicable

application/json
delete
/video/{requestId}
DELETE /video/{requestId} HTTP/1.1
Host: api.topazlabs.com
X-API-Key: YOUR_API_KEY
Accept: */*
{
  "message": "Cancellation in progress. Partial credits have been refunded."
}

Last updated