curl --request DELETE \
--url https://{defaultHost}/v1/workspaces/{workspace_id}/memberships/{id} \
--header 'X-Authorization: <api-key>'{
"error": "<string>"
}Remove a member from the workspace. Requires admin role. Cannot remove yourself as owner.
curl --request DELETE \
--url https://{defaultHost}/v1/workspaces/{workspace_id}/memberships/{id} \
--header 'X-Authorization: <api-key>'{
"error": "<string>"
}Was this page helpful?