Apify icon

Apify

Apify API

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

  1. Deleting an actor by selecting it from a list of available actors.
  2. Deleting an actor by providing the actor's URL from the Apify console.
  3. 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

Discussion