cURL
curl --request DELETE \ --url https://app.getswipe.in/api/partner/v1/customer/{customer_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Customer added successfully" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The customer ID to be deleted
Success
The response is of type object.
object