Skip to main content
DELETE
/
workspaces
/
{workspacePublicId}
/
invites
Deactivate invite link for workspace
curl --request DELETE \
  --url https://kan.bn/api/v1/workspaces/{workspacePublicId}/invites \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspacePublicId
string
required
Minimum length: 12

Response

Successful response

success
boolean
required