curl -X DELETE "https://postsyncer.com/api/v1/media/99" \ -H "Authorization: Bearer YOUR_API_TOKEN"
Remove a media library item and its stored file
id
200
{ "message": "Media deleted successfully" }
401
403
404
Was this page helpful?