Skip to main content

Delete single image

DELETE 

https://partner-content-api.epidemicsound.com/v0/uploads/images/:imageId

Use the delete image endpoint to delete a single image uploaded by a user

Request

Path Parameters

    imageId stringrequired

    Image id

Responses

Image was deleted

Authorization: http

name: UserAuthtype: httpdescription: User authentication is handled with short lived user access tokens.
 Use a partner token to request these tokens.
 The access token is of JWT format and should be passed in a header with your API requests:
 
 > **Example Header:** `Authorization: Bearer a-user-token`scheme: bearer
curl -L -X DELETE 'https://partner-content-api.epidemicsound.com/v0/uploads/images/:imageId' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://partner-content-api.epidemicsound.com
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!