Skip to main content
POST
Delete questionnaire answer

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json
questionnaireId
string
required

Questionnaire that contains the answer to clear.

Example:

"qst_abc123"

organizationId
string
required

Organization ID. The API overwrites this with the authenticated active organization.

Example:

"org_abc123"

questionAnswerId
string
required

Question/answer record whose answer is cleared and reset to untouched.

Example:

"qqa_abc123"

Response

200 - application/json

Delete questionnaire answer

success
boolean
error
string | null