Skip to main content
DELETE
/
projects
/
{project_id}
/
invitations
/
{invitation_id}
Error
A valid request URL is required to generate request examples
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

The ID of the project.

invitation_id
string
required

The ID of the invitation.

Response

No Content

Last modified on March 25, 2026