Web Assets

Delete asset permanently

Permanently delete an asset (file) from the system using its path

post/api/v1/assets/_delete

Request body

assetPathstring required

Full path to the asset (file) to be deleted permanently

Example request

{
  "assetPath": "//demo.dotcms.com/uploads/old-document.pdf"
}

Response

Asset deleted successfully

entityboolean
i18nMessagesMapobject
permissionsstring[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.