Skip to main content
DELETE
/
v1
/
transactions
Delete a transaction
curl --request DELETE \
  --url http://localhost:4000/v1/transactions \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "status": 123
}

Authorizations

Authorization
string
header
required

API key required in Authorization header. Format: iclosed-<token>

Query Parameters

id
integer
required

Response

Successfully deleted

message
string
status
number