Disable and remove an integration (admin)

DELETE/api/v1/integrations/{type}

Parameters

This endpoint does not accept parameters.

Responses

204Integration removed

Request

curl -X DELETE "https://api.knowledgetree.dev/api/v1/integrations/{type}" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

204Integration removed
Example response not yet documented.