TypeScript
import { RaijinLabsLucidAi } from "raijin-labs-lucid-ai"; const raijinLabsLucidAi = new RaijinLabsLucidAi({ bearerAuth: process.env["RAIJINLABSLUCIDAI_BEARER_AUTH"] ?? "", }); async function run() { const result = await raijinLabsLucidAi.payments.lucidDeleteAssetPricing({ passportId: "<id>", }); console.log(result); } run();
{ "success": true, "deleted": true }
Admin-only. Removes pricing (asset becomes free access).
Documentation IndexFetch the complete documentation index at: https://docs.lucid.foundation/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.lucid.foundation/llms.txt
Use this file to discover all available pages before exploring further.
Lucid API key (lk_live_... or lk_test_...)
AI asset passport identifier to remove pricing from
Deleted