action trashnothing_delete_bookmark { label: "Delete a post bookmark" provider: trashnothing method: DELETE path: "/posts/{post_id}/bookmark" encoding: json input: { type: "object" properties: { post_id: { type: "string" } } required: ["post_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }