Delete sample
TODO: Resource-level docs
Path parameters
-
AssistantSid
string Required The SID of the Assistant that is the parent of the Task associated with the resources to delete.
-
TaskSid
string Required The SID of the Task associated with the Sample resource to delete.
-
Sid
string Required The Twilio-provided string that uniquely identifies the Sample resource to delete.
DELETE
/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples/{Sid}
curl \
-X DELETE https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples/{Sid} \
--user "username:password"