## 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 Parameters - `workspaceId: string` - `profileId: string` ### Example ```http curl https://api.cadenya.com/v1/account/workspaces/$WORKSPACE_ID/members/$PROFILE_ID \ -X DELETE \ -H "Authorization: Bearer $CADENYA_API_KEY" ```