Skip to main content
DELETE
/
v1
/
custom-section-items
/
{id}
Delete Custom Section Item
curl --request DELETE \
  --url https://api.mokaru.ai/v1/custom-section-items/{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 an item from a custom section. This is a hard delete.
Scope required: custom-sections:write | Rate limit: 10 requests/min

Request

DELETE /v1/custom-section-items/cli...

Response

{
  "success": true
}