Delete a customer

DELETE /customers/{id}

Delete a specific customer identified by its unique ID.

Headers

  • Authorization string Required

    Authorization header

Path parameters

  • id integer(int32) Required

    A unique identifier for the customer within 24SevenOffice CRM.

Responses

  • 204

    Success. No content

    Hide headers attributes Show headers attributes
    • Access-Control-Allow-Origin string
    • Access-Control-Allow-Credentials string
    • X-Trace-Id string
  • 401

    Unauthorized. Missing or invalid bearer token.

    Hide headers attributes Show headers attributes
    • Access-Control-Allow-Origin string
    • Access-Control-Allow-Credentials string
    • X-Trace-Id string
DELETE /customers/{id}
curl \
 --request DELETE 'https://rest.api.24sevenoffice.com/v1/customers/{id}' \
 --header "Authorization: string"