Message Media

Delete Message Media

Delete media for a message. Media cannot be deleted if the parent message is still in progress (initiated or queued status).

Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: Messaging.

Learn more about API scopes.

delete/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}

Path parameters

AccountSidstring uuid required

The unique identifier of the project that sent or received this message.

MessageSidstring uuid required

A unique ID that identifies this specific message.

Sidstring uuid required

A unique ID that identifies this specific message.

Response

204 No Content response.

Changes