Delete insights questionnaires question

DELETE /v1/Insights/QualityManagement/Questions/{QuestionSid}

Headers

  • Authorization string

    The Authorization HTTP request header

Path parameters

  • QuestionSid string Required

    The SID of the question

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

Responses

  • 204

    The resource was deleted successfully.

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