AdBlast icon

AdBlast

Interact with AdBlast API

Actions56

Overview

This node allows users to delete a specific character from a project in the AdBlast platform via its API. It is useful for managing and maintaining character data by removing obsolete or unwanted characters programmatically within an n8n workflow. For example, if you have a list of characters and want to automate cleanup or remove characters that are no longer needed, this node can perform that deletion based on provided identifiers.

Properties

Name Meaning
Authentication Method Choose how to authenticate: "Predefined Credentials" (use saved API credentials) or "Dynamic API Key" (enter API key dynamically using expressions).
AdBlast Base URL The base URL of the AdBlast API. Required only if using dynamic API key authentication.
API Key The API key for authenticating requests. Required only if using dynamic API key authentication.
Project Id The unique identifier of the project containing the character to delete.
Character Id The unique identifier of the character to be deleted.

Output

The node outputs JSON data representing the response from the AdBlast API after attempting to delete the specified character. This typically includes confirmation of deletion or error details if the operation failed. There is no binary output.

Dependencies

  • Requires access to the AdBlast API.
  • Needs either saved API credentials or a dynamically provided API key.
  • The base URL for the API must be correctly set, especially when using dynamic authentication.
  • Proper permissions on the API key to delete characters in the specified project.

Troubleshooting

  • Authentication errors: Ensure the API key is valid and has the necessary permissions. If using predefined credentials, verify they are correctly saved and active.
  • Invalid Project or Character ID: Double-check that the provided IDs exist and are correct; otherwise, the API will return errors indicating not found.
  • Base URL issues: When using dynamic authentication, ensure the base URL is correct and reachable.
  • API rate limits or network issues: These may cause failures; check network connectivity and API usage limits.

Links and References

Discussion