curl --request DELETE \
--url https://api.example.com/api/v1/customers/{id_or_alias} \
--header 'Authorization: Bearer <token>'{
"code": "BAD_REQUEST",
"message": "<string>"
}No linked entity will be deleted. You need to terminate all active subscriptions before archiving a customer, or the call will fail.
curl --request DELETE \
--url https://api.example.com/api/v1/customers/{id_or_alias} \
--header 'Authorization: Bearer <token>'{
"code": "BAD_REQUEST",
"message": "<string>"
}