DELETE
/
invitations
/
{invitation_id}
Revoke Member Invitation
curl --request DELETE \
  --url https://{tenantDomain}/my-org/invitations/{invitation_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

invitation_id
string
required

Member Invitation identifier.

Response

204

The SCIM token was successfully deleted.