Skip to main content
DELETE
/
poweredby
/
account
/
delete
/
{id}
Delete Account
curl --request DELETE \
  --url https://cloud.cdata.com/api/poweredby/account/delete/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token authentication. Include the token in the Authorization header as 'Bearer '.

Path Parameters

id
string
required

The child account Id.

Response

200

OK