# Cancel a transfer Cancel a pending transfer. A transfer can be cancelled by either its sender or its recipient before it is claimed. Any pending tickets attached to the transfer are immediately released. A transfer can only be cancelled if it has not yet been claimed, or previously cancelled. Endpoint: DELETE /transfers/{transfer} Version: 3.0.0 Security: SessionKey ## Path parameters: - `transfer` (string) Unique identifier of the transfer ## Response 200 fields (application/json): - `message` (string) Reason for the given response. ## Response 403 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.