Delete a customer account
DELETE/customers/:customer_id/accounts/:account_id
Delete a linked customer account (login credentials) for a specific login source. The organization is determined from the authenticated API key.
Request
Responses
- 204
- 401
- 404
- 500
Successfully deleted customer account
Unauthorized - invalid or missing API key
Customer or account not found
Internal server error