cURL
curl --request DELETE \ --url http://localhost:4000/v1/transactions \ --header 'Authorization: Bearer <token>'
200
Example
{ "message": "<string>", "status": 123 }
Delete a transaction by id
API key required in Authorization header. Format: iclosed-<token>
iclosed-<token>
Successfully deleted