cURL
single
{ "success": true, "total": 2, "successful": 2, "failed": 0, "results": [ { "invitationId": "orginv_2ABC123DEF", "success": true }, { "invitationId": "orginv_2XYZ789GHI", "success": true } ] }
Revoke multiple pending invitations in a single request.
Once revoked, the invitation link will no longer work. You’ll need to send a new invitation if needed.
JWT token from Clerk authentication.
Must be from a user with org:admin role.
org:admin
Array of invitation IDs to revoke
1 - 50
All invitations revoked successfully