Cancel Request
PUT /client/user_cancel-request/{request_id}/
Use the PUT /client/user_cancel-request/{request_id}/
endpoint to cancel an existing request. Provide the unique request_id
of the request to cancel it.
Parameters
Path Parameter:
Name
Type
In
Description
Required
request_id
string
path
A unique identifier for the request.
Yes
Responses
200 OK
Description: The request was successfully canceled.
Example Response:
{
"message": "The request has been successfully canceled.",
"request_id": "REQ12345",
"status": "canceled"
}
Last updated