---
title: "DELETE /policies/{arn}/{statementId}"
method: DELETE
path: "/policies/{arn}/{statementId}"
---

# DELETE /policies/{arn}/{statementId}

`DELETE /policies/{arn}/{statementId}`

Deletes the policy statement.

## Path parameters

- `arn` string, required
- `statementId` string, required

## Response `200`

Success

- DeletePolicyStatementOutput
  - `arn` string, required — The ARN of the resource for which the policy need to be deleted.
  - `token` string, required — A unique identifier for the deleted policy.
  - `policy` string — The resource-based policy.

## Other responses

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

---

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