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."
}

Documentation Index

Fetch the complete documentation index at: https://www.1password.dev/llms.txt

Use this file to discover all available pages before exploring further.

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.