> For the complete documentation index, see [llms.txt](https://rimplenet.gitbook.io/rimplenet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rimplenet.gitbook.io/rimplenet/api-reference/transfers/delete-transfers.md).

# Delete transfers

{% hint style="info" %}
**Must have the authorization to use this API**
{% endhint %}

<mark style="color:blue;">`GET`</mark> `https://example.com/wp-json/rimplenet/v1 /transfers/<transfer_id>`

#### Request Body

| Name         | Type | Description               |
| ------------ | ---- | ------------------------- |
| transfer\_id | int  | Only required for methods |

{% hint style="info" %}
To view request params, click on the arrow (>) at the right hand side of the endpoint url to expand or collapse
{% endhint %}

**Sample response**

{% tabs %}
{% tab title="200 OK" %}

```php
{
    "status_code": 200,
    "status": true,
    "message": "Action Completed",
    "data": [
        "Transfer 130 Successfully Deleted"
    ]
}
```

{% endtab %}
{% endtabs %}

200 Ok

{

"status\_code": 200,

"status": true,

"message": "Action Completed",

"data": \[

"Transder 130 Successfully Deleted"

]

}

​
