跳转到主要内容
DELETE
/
monitor
/
{monitorId}
删除监控
curl --request DELETE \
  --url https://api.firecrawl.dev/v2/monitor/{monitorId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.firecrawl.dev/llms.txt

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

授权

Authorization
string
header
必填

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

路径参数

monitorId
string<uuid>
必填

监控 ID

响应

监控已删除

success
boolean
示例:

true