Delete media from your account
The Media resource represents a piece of media, such as an image, that is associated with a message.
Delete media from your account. Once delete, you will no longer be billed
Path parameters
-
The SID of the Account that created the Media resource(s) to delete.
-
The SID of the Message resource that this Media resource belongs to.
-
The Twilio-provided string that uniquely identifies the Media resource to delete
DELETE /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json
curl \
-X DELETE https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json \
--user "username:password"