---
title: "POST /v2/delete-assertion"
method: POST
path: "/v2/delete-assertion"
---

# POST /v2/delete-assertion

`POST /v2/delete-assertion`

Deletes a resilience assertion from a service.

## Request body

- object
  - `serviceArn` string, required — ARN identifier.
  - `assertionId` string, required — The unique identifier of the assertion to delete.

## Response `200`

Success

- DeleteAssertionResponse
  - `assertionId` string — The unique identifier of the deleted assertion.

## Other responses

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

---

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