Cancel a queued async request.

Cancels an async request. Only requests with QUEUED status may be canceled. Rate limited to 20 requests per second.

delete/async_request/{request_id}

Path parameters

request_idstring required

The ID of the async request.

Response

Result of an async request cancellation.

request_idstring required

The ID of the async request.

canceledboolean required

Whether the request was canceled.

messagestring required

Additional details about whether the request was canceled.

Changes