Deactivate Account
POST/api/v1/cards/companies/:companyUuid/accounts/:accountUuid/disable
Deactivates the specified account belonging to a company, preventing any further usage of this account.
Sets status
field is inactive
in Retrieve Account Details.
info
The request is asynchronous. Call the Retrieve Account Details endpoint after a short delay to confirm that the deactivation has completed successfully.
Request
Responses
- 204
Account deactivation request accepted.