# Delete the Media resource. **DELETE /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json** Delete the Media resource. The Media subresource of a Message resource represents a piece of media, such as an image, that is associated with the Message. ## Servers - https://api.twilio.com: https://api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **AccountSid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is associated with the Media resource. - **MessageSid** (string) The SID of the Message resource that is associated with the Media resource. - **Sid** (string) The unique identifier of the to-be-deleted Media resource. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)