PERMISSION_DENIED if the requesting user is not permitted to remove the alias or for access errors.
NOT_FOUND if the alias does not exist.
FAILED_PRECONDITION if the alias requested does not make sense for the requesting user or course (for example, if a user not in a domain attempts to delete a domain-scoped alias).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 UTC."],[[["This method deletes an existing alias for a specific course, requiring an empty request body."],["It uses a DELETE request to `https://classroom.googleapis.com/v1/courses/{courseId}/aliases/{alias}` specifying the `courseId` and the `alias` to be removed."],["Possible error codes include `PERMISSION_DENIED`, `NOT_FOUND`, and `FAILED_PRECONDITION` depending on user permissions and alias validity."],["Authorization is necessary with the `https://www.googleapis.com/auth/classroom.courses` scope."]]],[]]