PERMISSION_DENIED jika pengguna yang meminta tidak diizinkan untuk menghapus alias atau karena error akses.
NOT_FOUND jika alias tidak ada.
FAILED_PRECONDITION jika alias yang diminta tidak relevan untuk pengguna atau kursus yang meminta (misalnya, jika pengguna di luar domain mencoba menghapus alias cakupan domain).
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-09-05 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."]]],[]]