Delete an existing assessment question. Requires assessments.delete 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 assessment question has been deleted |
| 403 | The requesting user lacks appropriate permissions |
| 404 | The assessment question was not found |