Actions87
- Users Actions
- Shopping & Catalogs Actions
- Advertising & Campaigns Actions
- Advanced Analytics Actions
- Engagement Features Actions
- Business Tools Actions
- Search & Discovery Actions
- Pins Actions
- Boards Actions
Overview
This node operation deletes a specific board section within a Pinterest board. It is useful when you want to programmatically remove a section from a board, for example, to reorganize content or clean up outdated sections in your Pinterest boards.
Practical scenarios include:
- Automating Pinterest board management by removing irrelevant or obsolete sections.
- Integrating Pinterest board maintenance into larger marketing workflows.
- Cleaning up sections after migrating or archiving content.
Properties
| Name | Meaning |
|---|---|
| Board ID | The unique identifier of the Pinterest board containing the section to delete. |
| Section ID | The unique identifier of the board section to be deleted. |
Note: Although the input properties JSON includes boardSectionId, for this operation the property used is sectionId (required) to specify which section to delete.
Output
The output is a JSON object representing the result of the delete operation. Typically, this will confirm successful deletion or provide error details if the operation failed.
No binary data output is involved in this operation.
Dependencies
- Requires an active subscription and valid API key credential for the external "N8N Tools API" service that acts as a proxy to Pinterest API v5.
- Requires OAuth2 authentication credentials for Pinterest API access.
- The node internally uses helper classes to interact with Pinterest API endpoints.
Troubleshooting
- Invalid Subscription or API Key: If the node throws an error about invalid subscription or API key, verify that the API key credential is correctly configured and active.
- Missing or Incorrect IDs: Ensure that both the Board ID and Section ID are provided and correct; otherwise, the Pinterest API will reject the request.
- Permission Issues: Deleting a board section requires appropriate permissions on the Pinterest account. Lack of permission may cause authorization errors.
- API Rate Limits: Frequent calls might hit rate limits imposed by Pinterest or the proxy API, resulting in temporary failures.