Actions36
- Actors Actions
- Actor tasks Actions
- Datasets Actions
Overview
This node integrates with the Apify API to delete an actor resource. It allows users to specify the actor to delete by providing the Actor ID, which can be selected from a list, entered as a URL, or directly as an ID string. This node is useful for automating the management of Apify actors, such as removing outdated or unused actors programmatically.
Use Case Examples
- Deleting an actor by selecting it from a list of available actors.
- Deleting an actor by providing the actor's URL from the Apify console.
- Deleting an actor by directly specifying the actor's ID string.
Properties
| Name | Meaning |
|---|---|
| Actor ID | The identifier of the actor to delete. It can be selected from a list, provided as a URL, or entered as a direct ID string. |
| Use Custom Body | Option to specify whether to use a custom request body when deleting the actor. |
Output
JSON
success- Indicates whether the actor was successfully deleted.message- Additional information or confirmation message about the deletion operation.
Dependencies
- Requires Apify API credentials for authentication.
Troubleshooting
- Ensure the Actor ID is valid and correctly formatted according to the selected input mode.
- Verify that the Apify API credentials are correctly configured and have sufficient permissions to delete actors.
- Common error messages may include authorization errors if credentials are invalid or permission is denied, and not found errors if the specified actor ID does not exist.
Links
- Apify API - Delete Actor - Official Apify API documentation for deleting an actor resource.
