Skip to main content
DELETE
/
agency
/
billing
/
transactions
/
source
/
{sourceId}
/
{id}
Delete source transaction
curl --request DELETE \
  --url https://api.closebot.com/agency/billing/transactions/source/{sourceId}/{id} \
  --header 'X-CB-KEY: <api-key>'

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

sourceId
string
required

The source ID.

id
integer<int32>
required

ID of the transaction to delete.

Response

200

Success