Delete a customer association
delete
Delete a customer from a workplace
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The ID of the agent.
workplaceIdstringRequired
The ID of the workplace.
customerIdstringRequired
The ID of the customer.
Responses
200
Successful Response
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
delete
/v1/agents/{agentId}/workplaces/{workplaceId}/customers/{customerId}Last updated