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
n8n
October 18, 2024, 5:21pm
2
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
aya
October 21, 2024, 2:12pm
4
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.
system
Closed
January 19, 2025, 2:12pm
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.