Path Parameters
AppID in which the extension has to be enabled/disabled
Response
200 - application/json
UnMap Settings
curl --request DELETE \
--url https://apimgmt.cometchat.io/apps/{appId}/settings \
--header 'key: <key>' \
--header 'secret: <secret>'{
"data": {
"success": true,
"message": "Added setting(s) successfully."
}
}UnMaps settings of an app.
curl --request DELETE \
--url https://apimgmt.cometchat.io/apps/{appId}/settings \
--header 'key: <key>' \
--header 'secret: <secret>'{
"data": {
"success": true,
"message": "Added setting(s) successfully."
}
}AppID in which the extension has to be enabled/disabled
UnMap Settings
Show child attributes
Was this page helpful?