external_user_id.
Endpoint
Authentication
This endpoint requires a write-enabled API key:Path Parameters
string
required
The unique identifier (UUID) of the invitation to cancel. You can obtain this from the List Invitations or Create Invitation endpoints.
Response
204 — No Content
The invitation was successfully cancelled. No response body is returned.403 — Forbidden
Your API key does not have write permissions.404 — Not Found
No invitation with the givenid exists in your organization.
Example Request
204 No Content with an empty response body.