Delete Customer

Deletes a customer. Any file attachments linked to the customer will be moved back to the uncategorized directory of the Smart Repository.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

❗️

Warning

The HTTP DELETE method deletes your existing customer data. This request cannot be undone.

Endpoint URL

https://{{base_url}}/api/v2/customer

Authentication and rate limits

Authentication methodOAuth 2.0 Bearer token
Rate limitRate Limit

Requests Example

curl --request DELETE \
  --url "https://{{base_url}}/api/v2/customer/$id" \
  --header "Authorization: Bearer $BEARER_TOKEN" \
  --header "Content-Type: application/json"

Query Parameters

  • id (integer) --

    [REQUIRED] The ID of the customer.
    The id parameter is passed as part of the request url /customer/$id.
    To lookup a specific customer ID, see the List Customer API.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json