Request
DELETE https://api.chatsight.ai/addons
HEADER x-chatsight-api-auth: <<apiKeyExample>>
curl --location --request DELETE 'https://api.chatsight.ai/addons' \
--header 'x-chatsight-api-auth: YOUR_API_KEY' \
--data-raw '{"addon":"keywordAlert"}'
Response
{
"api": "chatsight-lang-text",
"success": true,
"response": {
"info":"Addon Disabled!"
}
}