Permanently deletes a queued request by ID. This operation is idempotent - deleting an already deleted request will return a successful response. Only requests that are in a terminal state (completed, error, or discarded) can be deleted. Active requests must be cancelled first.
Use your app's API_KEY as the username, and leave the password blank
The unique identifier of the queued request to delete
"550e8400-e29b-41d4-a716-446655440000"
If true, allows deletion of requests that are not in a terminal state. Use with caution as this may leave the connection in an inconsistent state.
Queued request was successfully deleted or did not exist
The response is of type object
.