delete
https://api.seismic.com/programs/v2/spaces//programs
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:
- User must have a valid JWT token with management scopes
- User must have program update permissions
- 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.