/
/Core API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 4w ago · Updated 4w ago
Authentication3
Certificate Outlines4
Classrooms20
Courses11
Custom Fields6
Custom Links4
External IDs4
Groups19
Integrations8
Learning Needs1
Operations3
Paths27
  • postAdd tokens
  • putArchive or restore a path
  • getList all sessions in a path
  • postCreate a path session
  • getList all paths
  • postCreate a path
  • getRetrieve a path session
  • deleteDelete a path session
  • patchEdit a path session
  • getRetrieve a path
  • deleteDelete a path
  • patchEdit a path
  • getList all enrollments
  • getRetrieve a path session audience
  • putReplace an audience for a path session
  • getRetrieve metrics for a path session
  • getList all custom field values for a session
  • putReplace all custom fields values for a path session
  • getList all tags in a path
  • putReplace all tags in a path
  • getList all user statistics for a path session
  • patchEdit a child path session
  • putReplace all steps
  • putReplace all translations for a path
  • getList all user statistics for all paths
  • getList all sessions
  • deleteArchive a self-enrolled learner from a path session
Projects1
Skills12
Subscriptions11
Tags5
Users25
    Paths

    Delete a path

    🔑

    Required OAuth scope: paths:write.

    Deletes a path given the path ID.

    delete/api/v2/paths/{pathId}

    Path parameters

    pathIdstring ObjectId required
    Example:507f1f77bcf86cd799439011

    The unique ID of the path.

    Headers

    360-api-version'v2.0' required

    The version of the API.

    Response

    Deletes a specific path.

    Changes