DELETE
/
account-invitations
/
{id}

Authorizations

Authorization
string
headerrequired

Path Parameters

id
string
required

ID of the resource

Response

200 - application/json
name
string
required

Name of the user the invitation is for

email
string
required

Email address of the user

role
enum<string>
required

Role of the user when they accept the invitation

Available options:
admin,
member
id
string
invited_by_type
string

Type of entity that created the invitation (account_user or API)

invited_by_id
string | null

ID of the user who created the invitation

created_at
string

Date and time when the invitation was created

updated_at
string

Date and time when the invitation was last updated

deleted_at
string

Date and time when the invitation was cancelled