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 social media posts across multiple platforms such as Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, and Threads. Specifically, the "Delete Profile" operation under the "Profiles" resource enables users to remove a social media profile from their LATE account. This is useful for cleaning up unused or outdated profiles, managing access, or reorganizing social media accounts within the platform.

Practical examples:

  • Removing a deactivated or obsolete social media profile from your LATE dashboard.
  • Automating profile management by deleting profiles that are no longer needed as part of a workflow.

Properties

Name Meaning
Profile ID The unique identifier of the profile you want to delete. This ID can be obtained from the "List Profiles" operation. It is a required string input.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will include confirmation of the deletion or relevant status information returned by the LATE API. The exact structure depends on the API response but generally confirms whether the profile was successfully deleted.

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 credential in n8n is necessary for successful operation.

Troubleshooting

  • Invalid Profile ID: If the provided Profile ID does not exist or is incorrect, the API will likely return an error indicating the profile was not found. Verify the Profile ID by listing profiles before attempting deletion.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key is correctly configured and has sufficient permissions.
  • Network Issues: Connectivity problems can prevent communication with the LATE API. Check network settings and firewall rules.
  • API Rate Limits: Excessive requests may trigger rate limiting by the LATE API. Implement retry logic or reduce request frequency if needed.

Links and References

Discussion