v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465766489.0 KB

Deletes a payment instrument. This is a soft delete operation that preserves the record for audit and compliance purposes.

post/payments/deletePaymentInstrument

Headers

X-Amzn-Bedrock-AgentCore-Payments-User-Idstring

The user ID making the delete request. Must match the instrument's userId.

Request body

paymentManagerArnstring required

The payment manager ARN. Must match the instrument's paymentManagerArn.

paymentConnectorIdstring required

The payment connector ID. Must match the instrument's paymentConnectorId.

paymentInstrumentIdstring required

The payment instrument ID to delete.

Response

Success

status'INITIATED' | 'ACTIVE' | 'FAILED' | 'DELETED' required

The status of the instrument after deletion. Always DELETED for successful soft delete.