Cancel Request
This section allows you to cancel and request in processing
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-14ecb6403c62Responses
200
Successful response, message may also indicate if there is a parital refund, if applicable
application/json
204
Successful response, already canceled or in progress
400
Bad request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Enhancement request with the provided ID not found
application/json
500
Internal server error
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