To delete the questionnaire

DELETE /v1/Insights/QualityManagement/Questionnaires/{QuestionnaireSid}

To delete the questionnaire

Headers

  • Authorization string

    The Authorization HTTP request header

Path parameters

  • QuestionnaireSid string Required

    The SID of the questionnaire

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^GM[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Insights/QualityManagement/Questionnaires/{QuestionnaireSid}
curl \
 --request DELETE 'https://flex-api.twilio.com/v1/Insights/QualityManagement/Questionnaires/{QuestionnaireSid}' \
 --user "username:password" \
 --header "Authorization: string"