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.
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"