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."
}Partnership API
Delete billing account
Removes an account from the partnership domain.
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.
Was this page helpful?
⌘I