Delete insights questionnaires category

DELETE /v1/Insights/QualityManagement/Categories/{CategorySid}

Headers

  • Authorization string

    The Authorization HTTP request header

Path parameters

  • CategorySid string Required

    The SID of the category to be deleted

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

Responses

  • 204

    The resource was deleted successfully.

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