cURL
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.
Authorization Key
Authorization Secret
AppID in which the extension has to be enabled/disabled
UnMap Settings
The response is of type object.
object
Was this page helpful?