Bulk Archive Content
Content
Bulk Archive Content
Archive multiple content items at once.
DELETE
Bulk Archive Content
Use this endpoint to archive multiple content items in a single request. Archived content is not actually deleted from the database, but is hidden from most views and cannot be added to proposals. Note: This operation is idempotent. You can safely call it on already-archived products without errors, and only products that aren’t already archived will be updated.Documentation Index
Fetch the complete documentation index at: https://docs.proposales.com/llms.txt
Use this file to discover all available pages before exploring further.
Request Body
An array of variation IDs to archive. Either this or product_ids must be provided.
An array of product IDs to archive. Either this or variation_ids must be provided.
This is often more convenient when you have product IDs rather than variation IDs.
Response
include_archived=true query parameter.
To restore archived content items, use the Bulk Restore Content endpoint.