Skip to main content
DELETE
/
invites
/
{id}
Delete an invite
curl --request DELETE \
  --url https://app.tryordinal.com/api/v1/invites/{id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

id
string<uuid>
required

Invite ID (UUID)

Response

Invite deleted

deleted
boolean

Whether the invite was deleted