Delete Media
This endpoint requires authentication with a JWT token or API key.
DELETE
https://api.instantuploader.com/media
Example:
/media/?contentUid=00273d24f34295j67bd17dc189
Query Parameters
Name
Type
Description
contentUid*
String
UID of the parent content
Request Body
Name
Type
Description
fileName*
String
example: image.png
typeOfMedia*
String
One of them: 'video/mp4', 'video/webm', 'video/ogg' 'image/jpeg' , 'image/png', 'image/tiff', 'image/webp'
File deleted successfuly
Last updated