Skip to content

Remove a collection member

DELETE/api/v1/workspaces/{workspace_slug}/collections/{collection_id}/members/{member_id}/

Removes an explicit collection membership. member_id identifies the membership record, not the user.

Path Parameters

workspace_slug:requiredstring

The workspace slug.

collection_id:requireduuid

The collection ID.

member_id:requireduuid

The collection membership ID.

Scopes

write or wiki.pages:write

Remove a collection member
bash
curl -X DELETE "https://api.plane.so/api/v1/workspaces/my-workspace/collections/collection-uuid/members/membership-uuid/" -H "X-API-Key: $PLANE_API_KEY"
Response204
text
No response body