# Delete a Transaction

You can delete any transaction generated in Firstoken. The delete process receives a valid transaction ID and delete it. This process is permanent.

{% tabs %}
{% tab title="cUrl" %}
**DELETE /V1/request/:id**

```
curl -X DELETE https://api.firstoken.co/transactions/requests/:id \
-H 'x-api-key: YOUR_API_KEY' \
-H "Content-Type: application/json"
```

{% endtab %}

{% tab title="Params of the request" %}
**id**: *string*

> A valid Transaction ID.
> {% endtab %}
> {% endtabs %}
