Skip to main content

Bulk Archive CSV Templates

PUT 

/api/csv-templates/archive

Archives multiple CSV templates.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token (Power User access required)

Request body:

  • ids (array, required unless apply_to_all): Array of template IDs to archive
  • apply_to_all (boolean, optional): If true, archives all templates matching the provided filters
  • filters (array, optional): Filter criteria when apply_to_all is true

Requires permission: csv_templates.archive

Request

Responses

OK

Response Headers
    Content-Type