> For the complete documentation index, see [llms.txt](https://requestmechanic.gitbook.io/request-mechanic-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://requestmechanic.gitbook.io/request-mechanic-api-documentation/client/cancel-user-request.md).

# Cancel User Request

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.
