Skip to main content
DELETE
/
accounts
/
{user_id}
/
{account_id}
Delete US Account
curl --request DELETE \
  --url https://sandbox.sturdytechnologies.com/v3/accounts/{user_id}/{account_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": "null",
  "message": "deleted successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string
required

User Identifier

account_id
string
required

Account Identifier

Response

OK

data
string
Example:

null

message
string
Example:

"deleted successfully"

success
boolean
Example:

true