cURL
curl --request DELETE \ --url http://sandbox.mintlify.com/organizations/{id}/invites/{inviteId} \ --header 'Authorization: Bearer <token>'
⚠️ SECURITY: Only OWNERS and ADMINS can cancel pending invitations.
curl -X DELETE http://localhost:3001/api/organizations/550e8400-e29b-41d4-a716-446655440000/invites/456 \ -H "Authorization: Bearer <token>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Invitation cancelled successfully.