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