cURL
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 }
Delete a custom content from Super usage.
The access token received from the authorization server in the OAuth 2.0 flow.
Request body for deleting custom content
Root id of the object to gather sources from. This should be created from the UI as a new custom data source.
"a2ZSuHnZf"
Unique id of the object to index scoped to the rootId
"custom-id"
Ok