curl --request DELETE \
--url https://apimgmt.cometchat.io/apps/{appId}/extensions/e2ee/v1/settings \
--header 'key: <key>' \
--header 'secret: <secret>'
{
"data": {
"statusCode": 200,
"success": true,
"responseTime": 3.061743974685669,
"body": {
"data": {
"success": true
}
}
}
}
End-to-end encryption : Delete the settings for End-to-end encryption extension.
curl --request DELETE \
--url https://apimgmt.cometchat.io/apps/{appId}/extensions/e2ee/v1/settings \
--header 'key: <key>' \
--header 'secret: <secret>'
{
"data": {
"statusCode": 200,
"success": true,
"responseTime": 3.061743974685669,
"body": {
"data": {
"success": true
}
}
}
}
AppID in which the extension has to be enabled/disabled
Delete End-to-end Encryption Settings
The response is of type object
.