Skip to main content
DELETE
/
apps
/
{appId}
/
extensions
/
stickers-stipop
/
v1
/
settings
Stipop Delete settings
curl --request DELETE \
  --url https://apimgmt.cometchat.io/apps/{appId}/extensions/stickers-stipop/v1/settings \
  --header 'key: <key>' \
  --header 'secret: <secret>'
{
  "data": {
    "statusCode": 200,
    "success": true,
    "responseTime": 3.061743974685669,
    "body": {
      "data": {
        "success": true
      }
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://www.cometchat.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

For the complete error reference, see Error Guide.

Headers

key
string
required

Authorization Key

secret
string
required

Authorization Secret

Path Parameters

appId
string
required

AppID in which the extension has to be enabled/disabled

Response

200 - application/json

Delete Stipop Settings

data
object