cURL
curl --request DELETE \ --url http://sandbox.mintlify.com/organizations/{organizationId}/customers/{customerId} \ --header 'Authorization: Bearer <token>'
organizationId
customerId
curl -X DELETE http://localhost:3001/api/organizations/550e8400-e29b-41d4-a716-446655440000/customers/590ce6c56d04f840aa8438af \ -H "Authorization: Bearer <your_token>"
204 No Content
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>