Skip to main content
POST
/
integrations
/
v1
/
integrations
/
reset
Reset Integrations
curl --request POST \
  --url https://api-qa.interactly.ai/integrations/v1/integrations/reset \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Query Parameters

wipe_use_cases
boolean
default:true

Also remove all use-case groups & configs

confirm
boolean
default:false

Must be true to actually perform the deletion

Response

Successful Response