Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://{tenantDomain}/my-org/v1/member-invitations/{invitation_id} \ --header 'Authorization: Bearer <token>'
204
Revoke a member invitation specified by ID for this Organization.
The access token received from the authorization server in the OAuth 2.0 flow.
The id of the member invitation
^uinv_[A-Za-z0-9]{16}$
Member invitation was successfully deleted.