Skip to main content
DELETE
/
v1
/
custom-sections
/
{id}
Delete Custom Section
curl --request DELETE \
  --url https://api.mokaru.ai/v1/custom-sections/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.mokaru.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Permanently delete a custom section and all its items. This is a hard delete.
Scope required: custom-sections:write | Rate limit: 10 requests/min

Request

DELETE /v1/custom-sections/clx...

Response

{
  "success": true
}