Path Parameters
Keyword ID
AppID in which the extension has to be enabled/disabled
Response
200 - application/json
Delete Keyword
curl --request DELETE \
  --url https://apimgmt.cometchat.io/apps/{appId}/moderation/keywords/{keywordId} \
  --header 'key: <key>' \
  --header 'secret: <secret>'{
  "data": {
    "success": true,
    "message": "Keyword with id profanity-list has been deleted successfully."
  }
}Delete a keyword list by its ID.
curl --request DELETE \
  --url https://apimgmt.cometchat.io/apps/{appId}/moderation/keywords/{keywordId} \
  --header 'key: <key>' \
  --header 'secret: <secret>'{
  "data": {
    "success": true,
    "message": "Keyword with id profanity-list has been deleted successfully."
  }
}Keyword ID
AppID in which the extension has to be enabled/disabled
Delete Keyword
Show child attributes
Was this page helpful?