Delete Customer
DELETE/customers/:customer_id
Deletes a customer from the agent.
Deleting a non-existent customer will return 404. No content will be returned from a successful deletion.
Request
Responses
- 204
- 404
- 422
Customer successfully deleted. No content returned.
Customer not found. The specified customer_id does not exist
Validation Error