curl --request DELETE \
--url https://partner.peaka.studio/api/v1/connections/{projectId}/{connectionId} \
--header 'Authorization: Bearer <token>'Delete a connection
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
OK