Skip to main content
DELETE
/
v1
/
organizations
/
{id}
/
invite-links
/
{linkId}
Revoke a shareable invite link (admin only)
curl --request DELETE \
  --url http://0.0.0.0:3000/v1/organizations/{id}/invite-links/{linkId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID da organização

ID do link

Response

Link revoked