cURL
curl --request DELETE \ --url https://prd.der-connect.eliagroup.eu/api/v1/collectives/{collectiveId}/members/{memberId} \ --header 'Authorization: Bearer <token>'
{ "entities": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "owner": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "properties": "<any>", "type": "Household" }
Removes a member from a Collective and returns that Collective with a list of members associated with it.
Access Token Authentication
The id of the Collective
The id of the member
OK
A Collective
Was this page helpful?