Documentation Index
Fetch the complete documentation index at: https://docs.konstantly.com/llms.txt
Use this file to discover all available pages before exploring further.
Remove a course assignment from a specific group.
Path Parameters
The unique identifier of the course
The unique identifier of the group to unassign
API Key. Go to your Konstantly site > Settings > API and copy the value from there.
Response
On successful unassignment, returns an empty response with HTTP status code 200.
Error Responses
Returned when either the course or group is not foundShow Error object properties
curl --request DELETE \
--url https://YOURSITE.konstant.ly/openapi/v1/courses/123/assignments/groups/456 \
--header 'X-API-KEY: 1qaz2wsx3edc4rfv1qaz2wsx3edc4rfv'
{
// Empty response on success
}