---
title: "POST /BatchDeleteSecurityRequirements"
method: POST
path: "/BatchDeleteSecurityRequirements"
---

# POST /BatchDeleteSecurityRequirements

`POST /BatchDeleteSecurityRequirements`

Batch deletes security requirements from a customer managed pack.

## Request body

- object
  - `packId` string, required — The unique identifier of the security requirement pack to remove requirements from.
  - `securityRequirementNames` SecurityRequirementName[], required — List of security requirement names.

## Response `200`

Success

- BatchDeleteSecurityRequirementsOutput
  - `deletedSecurityRequirementNames` SecurityRequirementName[], required — The list of security requirement names that were successfully deleted.
  - `errors` BatchSecurityRequirementError[], required — The list of errors for security requirements that failed to be deleted.
    - `securityRequirementName` string, required — The name of the security requirement that caused the error.
    - `code` string, required — The error code.
    - `message` string, required — The error message.

## Other responses

- `480` — ValidationException
- `481` — InternalServerException
- `482` — ResourceNotFoundException
- `483` — ConflictException
- `484` — ThrottlingException
- `485` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/securityagent.md) · [All operations](https://skmtc.net/aws/apis/securityagent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/securityagent/versions/cad56717d636/schema)
