action thetvdb_delete_user_favorites_id { label: "delete_user_favorites_id" description: "Deletes the given series ID from the user’s favorite’s list and returns the updated list." provider: thetvdb method: DELETE path: "/user/favorites/{id}" encoding: json output: { type: "object" additionalProperties: true } }