Skip to main content
DELETE
/
api
/
v1
/
invites
/
website
/
{invite_id}
Revoke Website Invite
curl --request DELETE \
  --url https://api.athenahq.ai/api/v1/invites/website/{invite_id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Invite revoked",
  "invite_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

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

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

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Path Parameters

invite_id
string<uuid>
required

The unique identifier of the website invite

Response

Invite revoked successfully

success
boolean
required
Example:

true

message
string
required
Example:

"Invite revoked"

invite_id
string<uuid>
required