Delete field value

DELETE /v1/Assistants/{AssistantSid}/FieldTypes/{FieldTypeSid}/FieldValues/{Sid}

TODO: Resource-level docs

Path parameters

  • AssistantSid string Required

    The SID of the Assistant that is the parent of the FieldType associated with the resources to delete.

  • FieldTypeSid string Required

    The SID of the Field Type associated with the Field Value to delete.

  • Sid string Required

    The Twilio-provided string that uniquely identifies the FieldValue resource to delete.

Responses

  • 204

    The resource was deleted successfully.

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"