Delete a customer

DELETE /customers/{id}

Delete a specific customer identified by its unique ID.

Headers

Path parameters

  • id integer(int32) Required

    A unique identifier for the customer within 24SevenOffice CRM.

Responses

DELETE /customers/{id}
curl \
 -X DELETE https://rest.api.24sevenoffice.com/v1/customers/{id} \
 -H "Authorization: string"