# Delete document **DELETE /v1/Services/{ServiceSid}/Documents/{Sid}** Sync Document objects ## Servers - https://sync.twilio.com: https://sync.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ServiceSid** (string) The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to delete. - **Sid** (string) The SID of the Document resource to delete. Can be the Document resource's `sid` or its `unique_name`. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)