Skip to content
Get started

Remove a member from a workspace

DELETE/v1/account/workspaces/{workspaceId}/members/{profileId}

Revokes a member’s access by deactivating their actor; the member is immediately cut off. The underlying profile is not deleted. Admin only.

Path ParametersExpand Collapse
workspaceId: string
profileId: string

Remove a member from a workspace

curl https://api.cadenya.com/v1/account/workspaces/$WORKSPACE_ID/members/$PROFILE_ID \
    -X DELETE \
    -H "Authorization: Bearer $CADENYA_API_KEY"
Returns Examples