Delete Connection
Delete Connection
The delete connection request allows you to delete a connection from the Powered by CData product.
Endpoint
DELETE /poweredby/connection/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 |