Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://production.hifibridge.com/v2/users/{userId}/accounts/{accountId} \ --header 'Authorization: Bearer <token>'
{ "status": "INACTIVE", "message": "Account deleted successfully", "id": "583eb259-e78b-4f0c-a4b5-a8957876fa6f" }
Delete an existing onramp or offramp account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the user
ID of the account
Success