action flat_remove_score_collaborator { label: "Delete a collaborator" description: "Remove the specified collaborator from the score\n" provider: flat method: DELETE path: "/scores/{score}/collaborators/{collaborator}" encoding: json output: { type: "object" additionalProperties: true } }