Delete an uploaded asset deleting-an-uploaded-asset

You can use the delete parameter in this format to delete an asset:

https://s7ugc1.scene7.com/ugc/image?op=delete&shared_secret=fece4b21-87ee-47fc-9b99-2e29b78b602&image_name=1442564.tif

The following is an example of a response when an image asset is deleted:

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<scene7>
    <user_generated_content>
        <response>
            <serviceName>User Generated Content - Images</serviceName>
            <version>1.0.0</version>
            <operationName>delete</operationName>
            <serviceStatus>SUCCESS</serviceStatus>
            <title>Delete request for1442564.tif</title>
            <message>Your file was successfully deleted</message>
        </response>
    </user_generated_content>
</scene7>

You can use the following fields in the URL query string to delete an asset:

URL parameter
Required/optional
Value
op
Required
delete
shared_secret
Required
The key that is a shared-secret for the company.
image_name
Required
Name of the asset to delete.
IMPORTANT
Starting May 1, 2023, UGC assets in Dynamic Media will be available for use up to 60 days from the date of upload. After 60 days, the assets will be removed.
NOTE
Support for new or existing UGC vector image assets in Adobe Dynamic Media Classic ended on September 30, 2021.

Sample image URL:

https://s7ugc1.scene7.com/ugc/image?op=delete&shared_secret=fece4b21-87ee-47fc-9b99-2e29b78b602&image_name=1442564.tif

recommendation-more-help
ba789e76-bace-4e0e-bd26-52691fb2cb26