Cancel a pending invitation. Requires users.invite permission.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
string | yes | The unique identifier of the record |
Responses
| Status | Description |
|---|---|
| 204 | An empty response body indicating that the invitation has been cancelled |
| 403 | The requesting user lacks appropriate permissions |
| 404 | The invitation was not found |