---
title: "PUT /assessments/{assessmentId}/delegations"
method: PUT
path: "/assessments/{assessmentId}/delegations"
---

# PUT /assessments/{assessmentId}/delegations

`PUT /assessments/{assessmentId}/delegations`

Deletes a batch of delegations for an assessment in Audit Manager.

## Path parameters

- `assessmentId` string, required

## Request body

- object
  - `delegationIds` UUID[], required — The identifiers for the delegations.

## Response `200`

Success

- BatchDeleteDelegationByAssessmentResponse
  - `errors` BatchDeleteDelegationByAssessmentError[] — A list of errors that the <code>BatchDeleteDelegationByAssessment</code> API returned.
    - `delegationId` string — The identifier for the delegation.
    - `errorCode` string — The error code that the <code>BatchDeleteDelegationByAssessment</code> API returned.
    - `errorMessage` string — The error message that the <code>BatchDeleteDelegationByAssessment</code> API returned.

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — InternalServerException

---

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