Skip to main content
DELETE
/
organisations
/
{organisation_id}
/
invitations
/
{invitation_id}
Delete Invitation
curl --request DELETE \
  --url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/invitations/{invitation_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "message": "<string>",
  "cause": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

organisation_id
string
required
invitation_id
string
required

Response

No Content