v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
SkillPlan

Delete a Section in a Skill Plan

This endpoint deletes the specified section and any nested resources in an existing skill plan. On a successful deletion, it returns a 204 No Content response. <br><br><h3>Required Scope</h3>skill_plans:write

delete/api/v2/skill-plans/{id}/sections/{section-id}

Path parameters

idstring required

The ID of the skill plan.

section-idstring required

The ID of the section.

Response

No Content