Saltar al contenido principal
DELETE
/
monitor
/
{monitorId}
Eliminar una supervisión
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.

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

monitorId
string<uuid>
requerido

El ID de la supervisión

Respuesta

Supervisión eliminada

success
boolean
Ejemplo:

true