Delete Account
Delete Account
The delete account request allows you to delete a child account from the Powered by CData product.
Endpoint
DELETE /poweredby/account/delete/{id}
Request Header
Authorization: Bearer <jwt_token> |
The Powered by CData JWT which contains: |
| - Parent Account Id | |
| - Child Account Id |
Response
| Http Status - 200 | If the connection is deleted successfully. |
| Http Status - 200 | If the connection is not found. The end result is that the system does not have that connection. |
| Http Status - 401 | If not authenticated |
| Http Status - 403 | If not authorized |
| Error Message | If non 200 Http status |