Delete Message Media.
DELETE/Accounts/:AccountSid/Messages/:MessageSid/Media/:Sid
Delete a media instance from your project so it no longer appears in the dashboard or on the API.
Permissions
The API token must include the following scopes: Messaging.
Request
Path Parameters
AccountSid uuidrequired
The unique identifier of the project that sent or received this message.
MessageSid uuidrequired
A unique ID that identifies this specific message.
Sid uuidrequired
A unique identifier for this media resource.
Responses
- 204
No Content
Loading...