Path parameters
-
The SID of the Assistant that is the parent of the resources to delete.
-
The Twilio-provided string that uniquely identifies the FieldType resource to delete.
DELETE /v1/Assistants/{AssistantSid}/FieldTypes/{Sid}
curl \
-X DELETE https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/FieldTypes/{Sid} \
--user "username:password"