Skip to main content
DELETE
/
organizations
/
{organization_id}
/
invitations
/
{invitation_id}
Cancel a pending invitation to an organization
curl --request DELETE \
  --url {schemes}://api.upsun.com/organizations/{organization_id}/invitations/{invitation_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
string<ulid>
required

The ID of the organization.

invitation_id
string
required

The ID of the invitation.

Response

No Content

Last modified on June 16, 2026