v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBAts > Question
Deletes a Question
Deletes a Question
delete/api/2026-07-01/resources/ats/questions/{id}
Path parameters
idstring required
identifier of the question
Response
OK
Example response
{
"id": "1",
"ats_job_posting_id": "1",
"label": "Are you open to relocate?",
"position": 1,
"mandatory": true,
"question_type": "text",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z",
"options": [
{
"text": "Yes",
"disqualifies": false
},
{
"text": "No",
"disqualifies": false
}
]
}