Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.mokaru.ai/v1/share/{shareId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Revoke a public resume share link
https://app.mokaru.ai/share/{shareId}
resume:share
DELETE /v1/share/{shareId}
curl -X DELETE "https://api.mokaru.ai/v1/share/clx_share_abc" \ -H "Authorization: Bearer mk_your_key"
Was this page helpful?