Skip to main content
DELETE
/
v2
/
users
/
{userId}
/
accounts
/
{accountId}
Delete an account
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"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

ID of the user

accountId
string
required

ID of the account

Response

Success

status
string
message
string
I