Delete a subject track group
Subject Track
Delete a subject track group
Deletes all subject tracks in a group. The group is identified by subject, grade, courseId, and isGlobal. All tracks belonging to this group will be permanently removed.
DELETE
Delete a subject track group
Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
The subject for the track group (required)
Available options:
Reading, Language, Vocabulary, Social Studies, Writing, Science, FastMath, Math, None, Other The grade level for the track group (required)
Available options:
-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 Example:
"3"
The course ID to identify the group to delete
Minimum string length:
1Whether this is a global group (true) or campus group (false)
Response
204 - undefined