---
title: "POST /payments/deletePaymentSession"
method: POST
path: "/payments/deletePaymentSession"
---

# POST /payments/deletePaymentSession

`POST /payments/deletePaymentSession`

Deletes a payment session. This permanently removes the payment session record.

## Headers

- `X-Amzn-Bedrock-AgentCore-Payments-User-Id` string

## Request body

- object
  - `paymentManagerArn` string, required — The payment manager ARN. Must match the session's paymentManagerArn.
  - `paymentSessionId` string, required — The payment session ID to delete.

## Response `200`

Success

- DeletePaymentSessionResponse — Response structure for deleting a payment session.
  - `status` 'ACTIVE' | 'EXPIRED' | 'DELETED', required — The status of the deletion. Always DELETED for successful hard delete.

## Other responses

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

---

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