cURL
curl --request DELETE \ --url {schemes}://api.upsun.com/organizations/{organization_id}/invitations/{invitation_id} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "message": "<string>", "code": 123, "detail": {}, "title": "<string>" }
Cancels the specified invitation.
A valid request URL is required to generate request examples
The ID of the organization.
The ID of the invitation.
No Content