Skip to main content

Delete a media object

Use this endpoint for the Media method to delete a media instance from your Project so it no longer appears in the Dashboard or on the API.

Parameters

Parameter
No Parameters

Request

In this example, we will delete a media instance from your Project so it no longer appears in the Dashboard or on the API.

curl https://example.signalwire.com/api/laml/2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{MediaSid}.json \
-X DELETE \
-u "YourProjectID:YourAuthToken"

Responses

204 NO CONTENT

A 204 No Content response indicates the Media object was successfully deleted.