Skip to main content
DELETE
/
v1
/
subaccount
/
Delete Subaccount
curl --request DELETE \
  --url https://api.nedzo.ai/v1/subaccount/ \
  --header 'Authorization: Bearer <token>'
{
  "status_code": 123,
  "message": "<string>",
  "data": null
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

status_code
integer
required
message
string
required
data
null