Valyourise Logo

ValYouRise

DevelopmentApi

Disable workspace member

Disables a workspace membership without deleting the underlying user or organization membership.

DELETE
/api/workspaces/{workspaceId}/members/{membershipId}

Disables a workspace membership without deleting the underlying user or organization membership.

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