Delete a Vault Payment Account

Deletes a vault payment account by uuid

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

uuidstringRequiredformat: "uuid"
The UUID of the payment account to delete

Response

Vault payment account deleted successfully
successboolean
Indicates whether the delete operation was successful
messagestring

Human-readable message describing the result

errorstring or null

Error details (only present when success is false)

Errors