curl -X POST https://api.dev.u1.archetypeai.app/v0.5/lens/delete \ -H "Authorization: Bearer $ATAI_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "lens_id": "lns-test-lens-85c01267" }'
{ "is_valid": true, "lens_id": "lns-test-lens-85c01267", "errors": [] }
Deletes a lens template
Bearer $ATAI_API_KEY
Was this page helpful?