[{"label":"Latest (v1.0)","version":"latest"}]
csp
Revoke User Invitation By Organization ID And User Invitation ID
DescriptionRevoke invitation of a user (by invitation ID).
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Owner | ✔️ | ✔️ |
Request
URLURL
https://{api_host}/csp/gateway/am/api/orgs/{orgId}/invitations/{userInvitationId}
Path Parameters
Path Parameters
string
orgId
Required
Unique identifier (GUID) of the organization.
Parameter Serialization Style:
simple Explode:false
string
userInvitationId
Required
Unique identifier (GUID) of the invitation.
Parameter Serialization Style:
simple Explode:false
Authentication
This operation uses the following authentication methods.
Errors
Errors
Code Samples
Code Samples
cURL Command
curl -X DELETE https://{api_host}/csp/gateway/am/api/orgs/{orgId}/invitations/{userInvitationId}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-required-roles: org_owner
x-slo-tier: TIER2
[{"label":"Latest (v1.0)","version":"latest"}]
csp
On This Page
Organization Operations
post
post
delete