---
title: "DELETE /payments/managers/{paymentManagerId}"
method: DELETE
path: "/payments/managers/{paymentManagerId}"
---

# DELETE /payments/managers/{paymentManagerId}

`DELETE /payments/managers/{paymentManagerId}`

Deletes a payment manager. All payment connectors associated with the payment manager must be deleted before the payment manager can be deleted. This operation initiates the deletion process asynchronously.

## Path parameters

- `paymentManagerId` string, required

## Query parameters

- `clientToken` string

## Response `202`

Success

- DeletePaymentManagerResponse
  - `status` 'CREATING' | 'UPDATING' | 'DELETING' | 'READY' | 'CREATE_FAILED' | 'UPDATE_FAILED' | 'DELETE_FAILED', required — The current status of the payment manager, set to <code>DELETING</code> when deletion is initiated. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.
  - `paymentManagerId` string — The unique identifier of the deleted payment manager.

## Other responses

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

---

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