Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Deleting Assets

Explorer ,
May 06, 2025 May 06, 2025

I am uploading assets and then combining them into a single PDF.
Do I need to delete them after I download the the combined file?

TOPICS
Document Generation API , PDF Services API , REST APIs
47
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 06, 2025 May 06, 2025

Your assets will be automatically deleted after 24 hours but if you want to delete the assets immediately, you can use the DELETE verb for an HTTP post to the endpoint https://pdf-services-ue1.adobe.io/assets/{assetId}

 

See Documentation here https://developer.adobe.com/document-services/docs/apis/#tag/Assets/operation/asset.delete 

Translate
Community Expert ,
May 06, 2025 May 06, 2025
LATEST

Your assets will be automatically deleted after 24 hours but if you want to delete the assets immediately, you can use the DELETE verb for an HTTP post to the endpoint https://pdf-services-ue1.adobe.io/assets/{assetId}

 

See Documentation here https://developer.adobe.com/document-services/docs/apis/#tag/Assets/operation/asset.delete 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources