Skip to main content
MediaDelete a media asset (server 4)
TestMu AI
StatusCommunityBlog
Media

Delete a media asset (server 4)

Deletes the media files associated with the given media_id.

DEL
/mfs/v1.0/media/{media_id}
Delete a media asset (server 4)
curl --request DELETE \
--url "https://manual-api.lambdatest.com/mfs/v1.0/media/{media_id}" \
--header "Authorization: Basic <encoded-value>"
{
"Status": "Deleted successfully."
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

media_idstringrequired

The Media Id to retrieve data for deletion.

Response

application/json

Successfully deleted the selected media(s).

messagestring
Delete a media asset (server 4)
curl --request DELETE \
--url "https://manual-api.lambdatest.com/mfs/v1.0/media/{media_id}" \
--header "Authorization: Basic <encoded-value>"
{
"Status": "Deleted successfully."
}