action flat_delete_score { label: "Delete a score" description: "This method can be used by the owner/admin (`aclAdmin` rights) of a score as well as regular collaborators.\n\nWhen called by an owner/admin, it will schedule the deletion of the score, its revisions, and complete history.\nThe score won't be accessible anymore after calling this method and the user's quota will directly be updated.\n\nWhen called by a regular collaborator (`aclRead` / `aclWrite`), the score will be unshared (i.e. removed from the account & own collections).\n" provider: flat method: DELETE path: "/scores/{score}" encoding: json input: { type: "object" properties: { now: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }