Skip to main content
DELETE
/
api
/
v1
/
partners
/
accounts
/
{customer_account_uid}
cURL
curl --request DELETE \
  --url https://billing.b5test.eu/api/v1/partners/accounts/{customer_account_uid} \
  --header 'Authorization: Bearer <token>'
{
  "code": 403,
  "error": "forbidden",
  "description": "Invalid auth token."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_account_uid
string
required

Unique ID of partner_account to delete.

Response

Returned upon successful deactivation of a partnership account.