action prss_delete_api_v2_pieces_id { label: "Deletes the piece with the given ID." provider: prss method: DELETE path: "/api/v2/pieces/{id}" encoding: json output: { type: "object" additionalProperties: true } }