Delete an entity associated with the customer
DELETE /customers/{uuid}/entities/{clientId}
To remove the association of the customer with an entity it is necessary to know the uuid of the customer and the clientId of the entities.
- Request
- Response
DELETE /customers/_e2343605-cf46-43de-b20b-9b7d1c95a9b2_/entities/_523308191_
HTTP Code: 204
Note: Only the entity that created the client can disassociate it from another entity.