LATE icon

LATE

Schedule and manage social media posts across multiple platforms with LATE - the professional social media management platform supporting Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, and Threads

Actions18

Overview

This node integrates with the LATE social media management platform, allowing users to schedule and manage posts across multiple social networks such as Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, and Threads. Specifically, the Delete Post operation under the Posts resource enables users to remove a scheduled or published post by specifying its unique identifier. This is useful for scenarios where a post needs to be retracted or corrected after scheduling or publishing.

Practical examples include:

  • Removing a mistakenly scheduled post before it goes live.
  • Deleting outdated or irrelevant content from social media channels.
  • Managing content lifecycle by programmatically cleaning up posts.

Properties

Name Meaning
Post ID The unique identifier of the post to delete. This ID can be obtained from the "List Posts" operation or from the response when creating a post. It is required to specify which post to delete.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will include confirmation that the post was successfully deleted or an error message if the deletion failed. The exact structure depends on the LATE API response but generally confirms the status of the deletion.

The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating with the LATE platform.
  • The node communicates with the LATE API at https://getlate.dev/api/v1.
  • Proper configuration of the API key credential in n8n is necessary for successful requests.

Troubleshooting

  • Common issues:

    • Invalid or missing Post ID: Ensure the Post ID is correctly provided and corresponds to an existing post.
    • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
    • Network or API downtime: Check connectivity and LATE platform status.
  • Common error messages:

    • "Post not found": The specified Post ID does not exist or has already been deleted. Verify the Post ID.
    • "Unauthorized" or "Authentication failed": The API key is invalid or expired. Reconfigure the credential.
    • "Rate limit exceeded": Too many requests in a short period. Wait and retry later.

Links and References

Discussion