cURL
curl --request DELETE \ --url https://hub.griff.services/connections/{id} \ --header 'Authorization: Bearer <token>'
{}
Delete a provider connection by ID. Integrations referencing it will have connectionId set to null.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object