## Delete Sink **delete** `/accounts/{account_id}/pipelines/v1/sinks/{sink_id}` Delete Pipeline in Account. ### Path Parameters - `account_id: string` Specifies the public ID of the account. - `sink_id: string` Specifies the publid ID of the sink. ### Query Parameters - `force: optional string` Delete sink forcefully, including deleting any dependent pipelines. ### Example ```http curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/pipelines/v1/sinks/$SINK_ID \ -X DELETE \ -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN" ```