# Delete task **DELETE /v1/Workspaces/{WorkspaceSid}/Tasks/{Sid}** ## Servers - https://taskrouter.twilio.com: https://taskrouter.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Headers - **If-Match** (string) If provided, deletes this Task if (and only if) the [ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) header of the Task matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). ### Path parameters - **WorkspaceSid** (string) The SID of the Workspace with the Task to delete. - **Sid** (string) The SID of the Task resource to delete. ## Responses ### 204 The resource was deleted successfully. #### Headers - **X-Rate-Limit-Limit** (string) - **X-Rate-Limit-Remaining** (string) - **X-Rate-Limit-Config** (string) [Powered by Bump.sh](https://bump.sh)