DELETE
/
super
/
index
Delete custom content
curl --request DELETE \
  --url https://api.super.work/v1/super/index \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "rootId": [
    "a2ZSuHnZf"
  ],
  "id": [
    "custom-id"
  ]
}'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Response

200
application/json

Ok

The response is of type object.