Delete request by ID

DELETE /api/v1/requests/{id}

Path parameters

  • id string Required

    ID of the request to delete

Responses

DELETE /api/v1/requests/{id}
curl \
 -X DELETE https://api.crawlora.com/api/v1/requests/{id} \
 -H "x-api-key: $API_KEY"
Response examples (401)
{
  "is_error": true,
  "message": "string",
  "correlator_id": "string",
  "data": {}
}
Response examples (404)
{
  "is_error": true,
  "message": "string",
  "correlator_id": "string",
  "data": {}
}