Delete multiple programs in a single operation

Deletes one or more programs from the space in a single bulk operation. Optionally deletes all
associated tasks if specified. The deletion is performed asynchronously and returns operation IDs
for tracking the deletion progress.

Key Features:

  • Efficiently deletes multiple programs in a single API call
  • Removes programs and all their metadata
  • Optionally deletes all associated tasks for each program
  • Returns async operation IDs for tracking deletion progress
  • Maintains audit trail of all deletion actions
  • Processes deletions asynchronously for better performance

Authorization Logic:

  1. User must have a valid JWT token with management scopes
  2. User must have program update permissions
  3. User must have permission to delete all specified programs

Usage Example:

Delete multiple completed or cancelled programs at once to clean up the workspace, or perform bulk cleanup
operations for archived campaigns.

Language
Response
Click Try It! to start a request and see the response here!