/organisations/{orgId}/candidates/{applicationId}/interrogation/reset-to-text
POST
/organisations/{orgId}/candidates/{applicationId}/interrogation/reset-to-text
const url = 'https://kravos-orchestrator.onrender.com/organisations/example/candidates/example/interrogation/reset-to-text';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://kravos-orchestrator.onrender.com/organisations/example/candidates/example/interrogation/reset-to-textParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters”orgId
required
string
applicationId
required
string
Responses
Section titled “ Responses ”Default Response