Cancel User Request

DELETE /client/user_cancel-request/{request_id}/

Use the DELETE /client/user_cancel-request/{request_id}/ endpoint allows a user to cancel a specific request. The request_id must be provided to identify the request to be canceled.


Parameters

Path Parameter:

Name
Type
In
Description
Required

request_id

string

path

The unique identifier for the request to cancel.

Yes


Responses

204 No Content

Description: The request was successfully canceled. No response body is returned for this status code.

Last updated