Unpin a post to the channel
POST/api/v4/posts/:post_id/unpin
Unpin a post to a channel it is in based from the provided post id string.
Permissions
Must be authenticated and have the read_channel permission to the channel the post is in.
Request
Responses
- 200
- 400
- 401
- 403
Unpinned post successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions