Skip to main content
DELETE
/
webhooks
/
{webhook_id}
/
{token}
Delete webhook with token
curl --request DELETE \
  --url https://api.fluxer.app/v1/webhooks/{webhook_id}/{token}
{
  "message": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "code": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt

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

Path Parameters

webhook_id
string<snowflake>
required

The ID of the webhook

Pattern: ^(0|[1-9][0-9]*)$
token
string
required

The token

Response

No Content