New! You can now access secrets from 1Password Environments on your device with a new local .env file destination.
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." }
Removes an account from the partnership domain.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique ID of partner_account to delete.
Returned upon successful deactivation of a partnership account.
Was this page helpful?