LinkedIn · Arazzo Workflow
LinkedIn Delete an Organization Post
Version 1.0.0
Read a post by URN, and when it exists delete it idempotently.
View Spec
View on GitHub
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaArazzoWorkflows
Provider
Workflows
delete-organization-post
Read a post by URN and delete it when it exists.
Retrieves a post by its URN and, when the read succeeds, deletes the post. Deletions are idempotent and return 204 No Content.
1
readPost
getGetPostsByUrn
Read the post by its URN to confirm it exists before attempting deletion.
2
deletePost
deleteDeleteAPost
Delete the post. Deletions are idempotent; a previously deleted post still returns a 204 No Content.