action tvmaze_delete_user_votes_shows_show_id { label: "Remove a show vote" provider: tvmaze method: DELETE path: "/user/votes/shows/{show_id}" encoding: json output: { type: "object" additionalProperties: true } }