English
cURL
curl --request DELETE \ --url https://{tenantDomain}/my-org/invitations/{invitation_id} \ --header 'Authorization: Bearer <token>'
204
This response does not have an example.
Delete a member invitation by id for an Organization.
The access token received from the authorization server in the OAuth 2.0 flow.
Member Invitation identifier.
The SCIM token was successfully deleted.