Delete task
DELETEhttps://api.apify.com/v2/actor-tasks/:actorTaskId
ClientsDelete the task specified through the
actorTaskId
parameter.
Request
Path Parameters
actorTaskId stringrequired
Task ID or a tilde-separated owner's username and task's name.
Responses
- 204
Response Headers
- application/json
- Schema
- Example (auto)
- Example
Schema
objectobject
{}
{}
Authorization: http
name: httpBearertype: httpscheme: bearerdescription: API authentication token.
- CLI
- JavaScript
- Python
- PHP
- Java
- C
- C#
- Go
- Rust
- Node.js
- Ruby
- PowerShell
- Dart
- Objective-C
- OCaml
- R
- Swift
- Kotlin
- CURL
curl -L -X DELETE 'https://api.apify.com/v2/actor-tasks/:actorTaskId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
ResponseClear