Deletes action sets in bulk

Bulk delete action sets.

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

400

Invalid Request

401

Access token is missing or invalid

403

You do not have permission to perform this action.

404

Entity not found

429

Too many requests

503

Service Unavailable

delete/orgs/{orgID}/remediations/action-sets
Request samples
application/json
{
  • "ids": [
    • 0
    ]
}
Response samples
application/json
{
  • "errors": [
    • "string"
    ]
}