Invite

Delete a user invite

DEL
Delete an existing user invite.

Path parameters

organizationIdstringRequired
The ID of the Organization where the user was invited to.
inviteIdstringRequired
The invite's ID.
DEL
1curl -X DELETE https://api.astronomer.io/iam/v1beta1/organizations/organizationId/invites/inviteId \
2 -H "Authorization: Bearer <token>"