Api referenceIntegrations
Delete Integration
Delete an integration.
Authorization
api_key X-API-Key<token>
Sign up at Kausate.com to get an API key
In: header
Path Parameters
datasourceSlug*string
Query Parameters
customerId?|
Customer ID
Header Parameters
Kausate-Version?string
Default
"2026-05-01"Format
dateResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://api.kausate.com/v2/integrations/string" \ -H "Kausate-Version: 2026-05-01"null{
"detail": "Invalid datasource slug"
}{
"detail": "Invalid API key"
}{
"detail": "Integration not found"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"detail": "An internal error occurred"
}Last updated on