LinkedIn delete post

While testing posts to various social media platforms I can delete the post after 60 secs with a timer.( to save me manually deleting them ).

There is no delete method in the linkedIn node. I get a json returned

[
{
“urn”: “urn:li:share:7253083974309216256”
}
]

How do I delete the post

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Also if I post an Image I get

[
{
“urn”: “urn:li:share:7253097770968903680”
}
]

and the post gets posted.

If I use a video I get

[
{
“urn”: “urn:li:share:7253097770968new number”
}
]

But I don’t see the post

Hi @Steve_Warburton,

Thanks for posting! Yes, the Linkedin node currently doesn’t support the delete operation but you can always make custom API call using the HTTP request node.
Here’s the API reference for deleting a post on Linkedin.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.