Skip to main content
DELETE
/
transactions
/
{id}
Delete a transaction
curl --request DELETE \
  --url https://api.artu.ai/transactions/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Environment: <api-key>'
{
  "id": "<string>",
  "deleted": "<unknown>"
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the dashboard.

X-Environment
string
header
required

Target environment for the request. Must be "test" or "live".

Path Parameters

id
string<uuid>
required

Response

200 - application/json

OK

id
string
required
deleted
any
required