Zilfu
API ReferenceMedia

Delete a media file

Removes the media file from storage and deletes the record.

DELETE
/media/{media}
AuthorizationBearer <token>

In: header

Path Parameters

media*integer

The media ID

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://zilfu.app/api/media/0"
{}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}