curl --request DELETE \
--url https://partner.peaka.studio/api/v1/connections/{projectId}/{connectionId} \
--header 'Authorization: Bearer <token>'Deletes the specified Connection. Any catalogs using this connection will lose access to their data source.
curl --request DELETE \
--url https://partner.peaka.studio/api/v1/connections/{projectId}/{connectionId} \
--header 'Authorization: Bearer <token>'

Use the Authorization header with the value 'Bearer
ID of the project
ID of the connection
Connection deleted successfully