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.

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"

Last updated

Was this helpful?