Delete a feed post
delete_postDelete a post from an oase feed by providing its post_id. Use for your own posts, or with admin/owner access to remove others' posts.
Instructions
Delete a post (opslag) from an oase's feed. Get the post_id from send_post or read_posts output. Omit oase_id to use the default (last joined) oase. You can delete your own post; deleting someone else's requires being an oase admin/owner, otherwise the backend rejects it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oase_id | No | Target oase id. Defaults to the last joined oase. | |
| post_id | Yes | Id of the post to delete. |