Delete a Customer
Delete a customer
Method and URL
DELETE
| [BASE_URL]
/open-api/api/v1.0/customers/:id
Response
Example Response Body
{
"code": "string",
"message": "string",
}
Response Data Schema
Schema Path
Description
Data Type Validation
code
Response Code from Harsya
String
message
Human readable message that represent response from Harsya
String