Skip to content
Help Center
Products

API Reference

DELETE /integration/v1/assignments/learning_paths

Delete learning path assignment

Delete learning path assignment

operationId Delete learning path assignment

Query parameters

Name Type Required Description
learning_path_id string (uuid) required LP id
learning_path_assignment_id string (uuid) required LP assignment id
send_notifications boolean optional Send notification, Default TRUE

Responses

200

application/json schema

{
  "type": "string",
  "description": "Status of assignment deletion",
  "required": true,
  "nullable": true
}

412 Invalid parameters

500 Server error

512 Specification violations