Skip to main content
DELETE
/
servers
/
{guild_id}
/
config
/
logging
/
ignore
/
{ignore_type}
DELETE /servers/{guild_id}/config/logging/ignore/{ignore_type}
curl --request DELETE \
  --url https://quark.bot/api/servers/{guild_id}/config/logging/ignore/{ignore_type} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.quark.bot/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

guild_id
string
required

The guild_id.

ignore_type
string
required

The ignore_type.

Response

200

Successful response