v1

latestOpenAPI 3.1.02026-07-241653251.3 MB
Customer Accounts (MTA)

Remove tenant from customer account

Removes a tenant from an existing customer account

delete/accounts/{zrn}/tenants/{tenant}

Path parameters

zrnstring required

The ZRN of the customer account to remove tenant from. The ZRN must be in the format: zrn:zh:eu:account:customer:<uuid>

tenantstring required

The participant code of the tenant to remove from the customer account. The participant code must be 6 characters long.

Headers

X-SCX-SIGNEDstring required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

X-SCX-TIMESTAMPstring required
Example:1678901234

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Response

Request to remove the tenant from the customer account accepted. The change is applied asynchronously.

object required

Empty JSON object.