# Delete supercase related Do Not Interact instances on all subcases

Endpoint: POST /supercases/{supercaseId}/bulk-delete-do-not-interact
Version: 2025-03-26
Security: oauth2, bearerAuth, apiKeyHeader

## Path parameters:

  - `supercaseId` (string, required)
    The ID of the supercase

## Response 202 fields (application/json):

  - `message` (string)
    Description of the server action or error.

  - `status` (integer)
    HTTP status code.

  - `data` (object)

  - `data.operationId` (string)
    The ID of the newly created bulk operation object

