MBurger Headless CMS
User Guide
CMS Headless
Engagement Platform
Search
⌃K
Links
🍔
MBurger Documentation🍔
🔑
API
Introduction
Common Path
API Authentication
Project
Blocks
Sections
Media
Get All Media
Upload Media
Get Media
Delete Media
Integrations / Extensions
Going Deeper
📱
Android SDK
🍏
iOS SDK
💻
PHP SDK
☕
JavaScript SDK
🔷
Flutter SDK
❓
How to?
👻
Sample App
Powered By
GitBook
Delete Media
How to delete a media
Ensure to have delete permissions
Request
Response
DELETE https://mburger.cloud/api/media/<id>
curl
https://mburger.cloud/api/media/
<
id
>
-X
DELETE
-H
"Accept: application/json"
-H
"X-MBurger-Token: <token>"
-H
"X-MBurger-Version: 3"
URL Parameters
Name
Type
Required
Description
id
int
Yes
Media id.
When successful, a HTTP 200 and JSON like this is returned:
{
"status_code"
:
0
}
Previous
Get Media
Next
Integrations / Extensions
Last modified
2yr ago