# Revoke an invitation Revokes a previously sent invitation to a user for an entity. This removes the pending invitation and prevents the user from accepting it. For remote users, include the domain in the username. Endpoint: POST /api/v1/users/invite/undo Version: 1.0 Security: header ## Query parameters: - `entity` (string, required) The username and domain of the entity - `invitee` (string, required) The username and domain of the invitee - `scheme` (string) http vs. https. For testing ONLY Enum: "http", "https" ## Response 400 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 404 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation