deleteMedia
Delete the Media resource.
DELETE /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json HTTP/1.1Parameters
{
"AccountSid": {
"description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is associated with the Media resource.",
"required": true,
"location": "path",
"type": "string"
},
"MessageSid": {
"description": "The SID of the Message resource that is associated with the Media resource.",
"required": true,
"location": "path",
"type": "string"
},
"Sid": {
"description": "The unique identifier of the to-be-deleted Media resource.",
"required": true,
"location": "path",
"type": "string"
}
}