Skip to main content
DELETE
/
transactions
/
{id}
Delete a transaction
curl --request DELETE \
  --url https://web.subly.app/api/v1/transactions/{id} \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Your private API key for authentication. This key identifies your workspace for all requests.

Path Parameters

id
string<uuid>
required

The unique identifier for the transaction.

Response

Transaction deleted successfully.