Deletes action sets in bulk

Bulk delete action sets. See Using Global API Keys for more information on permission and scope requirements.

SecuritybearerAuth
Request
path Parameters
orgID
required
integer

The organization ID of the target organization.

Request Body schema: application/json
required

Action Sets to be deleted

ids
required
Array of integers

The IDs of the action sets you want to delete.

Responses
204

Successful Operation

4XX

Invalid Request

delete/orgs/{orgID}/remediations/action-sets
Request samples
application/json
{
  • "summary": "Delete action sets request example",
  • "description": "Example request body for deleting multiple action sets by their IDs",
  • "value": {
    • "ids": [
      • 123456,
      • 654321,
      • 250624
      ]
    }
}
Response samples
application/json
{
  • "errors": [
    • "string"
    ]
}