Delete field value
TODO: Resource-level docs
Path parameters
-
The SID of the Assistant that is the parent of the FieldType associated with the resources to delete.
-
The SID of the Field Type associated with the Field Value to delete.
-
The Twilio-provided string that uniquely identifies the FieldValue resource to delete.
DELETE /v1/Assistants/{AssistantSid}/FieldTypes/{FieldTypeSid}/FieldValues/{Sid}
curl \
-X DELETE https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/FieldTypes/{FieldTypeSid}/FieldValues/{Sid} \
--user "username:password"