# Cancel Transfer Request

This endpoint cancels a pending transfer request, and returns a `204 No Content` response upon a successful cancellation.

Endpoint: DELETE /api/v1/transfer-requests/{transfer_id}/
Version: Version: 0d14821f
Security: CodeBearer

## Security:

  - `CodeBearer` (unknown)
    oauth2 scopes: transfers.write

## Path parameters:

  - `transfer_id` (string, required)

## Response 204:

  - `204` (unknown)
    Successful Response

## Response 422:

  - `422` (unknown)
    Validation Error

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)

  - `detail.input` (any)

  - `detail.ctx` (object)

