action flat_delete_score_from_collection { label: "Delete a score from the collection" description: "This method will delete a score from the collection. Unlike [`DELETE /scores/{score}`](#operation/deleteScore), this score will not remove the score from your account, but only from the collection.\nThis can be used to *move* a score from one collection to another, or simply remove a score from one collection when this one is contained in multiple collections.\n" provider: flat method: DELETE path: "/collections/{collection}/scores/{score}" encoding: json output: { type: "object" additionalProperties: true } }