v1Resources/Media/deleteArchive a media asset
Archive a media asset
Archives one uploaded photo/file from the Asset library — this API never permanently deletes it. The bytes, record, tag/folder memberships, and share links all stay in place; it just stops appearing anywhere in the library. Only uploads can be archived this way.
delete
media:write/api/v1/media/{id}Query parameters
idstringrequired
The asset's key, percent-encoded (e.g. upload%3Aabc123).
Errors
400The request is missing a required parameter or is otherwise malformed.
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
404The resource wasn't found, or doesn't belong to your agency.
409This asset's source is read-only (Sydekick-generated or synced media) and can't be archived here.
429Too many requests. Retry after the number of seconds in the Retry-After header.
delete/api/v1/media/{id}
Your API key
id *
{}