DELETE
/
integrations
/
{integration_id}
curl --request DELETE \
  --url https://api.kombo.dev/v1/integrations/{integration_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
"status": "<string>",
"data": {}
}

⚠️ This can not be undone!

Authorizations

Authorization
string
header
required

Create an API key on the Secrets page in the Kombo dashboard.

Path Parameters

integration_id
string
required

DELETE /integrations/:integration_id Parameter

Body

application/json · object

DELETE /integrations/:integration_id Request body

The body is of type object.

Response

200
application/json

DELETE /integrations/:integration_id Positive response

The response is of type object.