Api reference
Delete a product section
Authorization
ApiKeyAuth x-api-key<token>
API key created in CourseLit dashboard settings. The legacy apikey request-body field is still accepted but deprecated.
In: header
Path Parameters
productId*string
sectionId*string
Response Body
application/json
application/json
curl -X DELETE "https://school.courselit.app/api/products/string/sections/string"{
"ok": true
}{
"error": {
"code": "string",
"message": "string"
}
}