DevelopmentApi
Disable workspace member
Disables a workspace membership without deleting the underlying user or organization membership.
Disables a workspace membership without deleting the underlying user or organization membership.
Authorization
patAuth PAT<token>
Personal Access Token
In: header
Path Parameters
workspaceId*string
membershipId*string
Response Body
application/json
curl -X DELETE "https://loading/api/workspaces/string/members/string"{
"$id": "string",
"organizationId": "string",
"workspaceId": "string",
"userId": "string",
"role": "workspace_admin",
"managerUserId": "string",
"active": true,
"invitedViaInviteId": "string"
}Empty