Skip to main content
DELETE
/
api
/
v1
/
syslog
/
{index}
/
{uid}
delete syslog
curl --request DELETE \
  --url https://api.example.com/api/v1/syslog/{index}/{uid} \
  --header 'Authorization: Bearer <token>'
[
  {
    "key": "<string>",
    "value": "<unknown>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.extractor.live/llms.txt

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

Authorizations

Authorization
string
header
required

Authentication

Path Parameters

index
string
required
uid
string
required

Query Parameters

refresh
enum<string>
Available options:
True,
False,
WaitFor

Response

200 - application/json

OK

key
string
value
any