cURL
curl --request DELETE \ --url https://cloud.cdata.com/api/poweredby/account/delete/{id} \ --header 'Authorization: Bearer <token>'
Delete Account deletes a child account from the Embedded Cloud product.
JWT token authentication. Include the token in the Authorization header as 'Bearer '.
The child account Id.
OK
Was this page helpful?