Skip to main content
DELETE
/
api
/
invites
/
{id}
Delete Invite
curl --request DELETE \
  --url https://api.userintuition.ai/api/invites/{id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.userintuition.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate with an API key (prefixed ui_sk_) or a JWT token from the dashboard.

Path Parameters

id
string
required

The invite ID

Response

Invite deleted successfully