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}
{
  "code": "ACCESS_DENIED",
  "message": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "code": "<string>"
    }
  ]
}

Path Parameters

webhook_id
string<snowflake>
required

The ID of the webhook

token
string
required

The token

Response

No Content