Delete a specific customer identified by its unique ID.
DELETE
/customers/{customerId}
curl \
--request DELETE 'https://rest.api.24sevenoffice.com/v1/customers/{customerId}' \
--header "Authorization: string"
Delete a specific customer identified by its unique ID.
curl \
--request DELETE 'https://rest.api.24sevenoffice.com/v1/customers/{customerId}' \
--header "Authorization: string"