Bulk delete multiple requests from the space

Deletes multiple requests simultaneously from the specified space. This operation executes asynchronously and
returns an operation ID for tracking deletion progress. Ideal for batch cleanup operations or removing multiple
outdated requests at once. Only users with appropriate management permissions can perform bulk deletions, and
proper audit trails are maintained for all deletion operations.

Key Features:

  • Deletes multiple requests simultaneously for efficient batch operations
  • Executes asynchronously to handle large deletion sets without timeout
  • Returns operation ID for tracking bulk deletion progress and results
  • Validates user permissions for all specified requests before deletion
  • Maintains comprehensive audit trails for compliance and tracking
  • Ensures data consistency across related entities during deletion

Authorization Logic:

  1. User must have a valid JWT token with program management scopes
  2. User must have delete permissions for all specified requests
  3. User must have access to the space containing the requests

Usage Example:

Remove multiple cancelled or outdated content requests from a completed campaign, or clean up test requests created during system configuration to maintain organized program spaces.

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