Customers

Api to delete the customer by Id

delete/customer/id/{customerId}

Path parameters

customerIdstring required

Id of the customer to be deleted

Response

If the auth token is valid.

messagestring
statusCodenumber

Example response

{
  "message": "Successfully deleted the customer"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.