Skip to main content
DELETE
/
v1
/
interests
/
{id}
Delete Interest
curl --request DELETE \
  --url https://api.mokaru.ai/v1/interests/{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 interest. This is a hard delete.
Scope required: interests:write | Rate limit: 10 requests/min

Request

DELETE /v1/interests/clx...

Response

{
  "success": true
}