# Delete field **DELETE /v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Fields/{Sid}** TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **AssistantSid** (string) The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resources to delete. - **TaskSid** (string) The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) resource associated with the Field resource to delete. - **Sid** (string) The Twilio-provided string that uniquely identifies the Field resource to delete. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)