HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Guides

Delete Customers

DELETE <<api_domain>>/v1/customers/:id

To delete customer with open API
透過open API刪除客戶

Request Example

curl --request DELETE \
     --url <<api_domain>>/v1/customers/customer_id \
     --header 'Accept: application/json'

Request Parameters

id Required string customer id

Response Example

No response from the API, verify the result from the http code

200 - Success
404 - Customer not found
422 - Unprocessable Entity