cURL
curl --request DELETE \ --url https://api.togai.com/customers/{customer_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
This API let’s you to delete a customer using customer_id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
50
"01BX5ZZKBKACTAV9WEVGEMMVRZ"
OK
The response is of type object.
object