Disable a capability

Disable a specific capability that an account has requested.

To use this endpoint from the browser, you’ll need to specify the /accounts/{accountID}/capabilities.write scope when generating a token.
DELETE
/accounts/{accountID}/capabilities/{capabilityID}
204 404 429
The capability has been disabled.
No account with the specified capabilityID was found.
Request was refused due to rate limiting.

X-Retry-In

string <duration>
How long (in milliseconds) to wait until able to retry the request.

Path parameters

accountID

string <uuid> required
ID of the account.

capabilityID

string required
The requested capability identifier.
Possible values: transfers, send-funds, collect-funds, wallet, card-issuing