Delete a post acknowledgement
DELETE/api/v4/users/:user_id/posts/:post_id/ack
Delete an acknowledgement form a post that you had previously acknowledged.
Permissions
Must have read_channel permission for the channel the post is in.
Must be logged in as the user or have edit_other_users permission.
The post must have been acknowledged in the previous 5 minutes.
Minimum server version: 7.7
Request
Responses
- 200
- 400
- 401
- 403
- 404
Acknowledgement deleted successfully
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found