Skip to main content
POST
/
accounts
/
{account_id}
/
close
Close a Bank Account
curl --request POST \
  --url https://api.meow.com/v1/accounts/{account_id}/close \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Path Parameters

account_id
string
required

The ID of the bank account to close.

Response

Successful Response

status
enum<string>
required
Available options:
closed,
close_pending