Delete customer
Header Parameters
Authorizationstring
This header parameter is used to authenticate the request and must contain a valid API key.
Content-Typestring
This header parameter specifies the media type of the request body, with the value typically set to "application/json".
Path Parameters
customer_idstring
This path parameter specifies the unique identifier of the customer to be deleted.
Response
200
Object
Response Attributes
idstring
This response parameter specifies the unique identifier of the customer that was deleted.
objectstring
This response parameter represents the JSON object returned upon successful deletion of the customer.
deletedboolean
This response parameter indicates whether the customer was successfully deleted (true) or not (false).
Was this section helpful?
What made this section unhelpful for you?
Response
Was this section helpful?