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
partnerCustomerId?|
Partner customer ID
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://api.kausate.com/v2/integrations/string"null{
"detail": "Invalid datasource slug"
}{
"detail": "Invalid API key"
}{
"detail": "Integration not found"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}{
"detail": "An internal error occurred"
}Last updated on