cURL
curl --request DELETE \ --url https://api.kombo.dev/v1/integrations/{integration_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
200
example
{ "status": "<string>", "data": {}}
Delete the specified integration.
Create an API key on the Secrets page in the Kombo dashboard.
DELETE /integrations/:integration_id Parameter
DELETE /integrations/:integration_id Request body
The body is of type object.
object
DELETE /integrations/:integration_id Positive response
The response is of type object.