TODO: Resource-level docs
Path parameters
-
The SID of the Assistant that is the parent of the Task associated with the resources to delete.
-
The SID of the Task associated with the Sample resource to delete.
-
The Twilio-provided string that uniquely identifies the Sample resource to delete.
Minimum length is
34, maximum length is34. Format should match the following pattern:^UF[0-9a-fA-F]{32}$.
DELETE
/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples/{Sid}
curl \
--request DELETE 'https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples/{Sid}' \
--user "username:password"