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.
JavaScript
import { PhosraClient } from "@phosra/sdk"; const phosra = new PhosraClient({ baseUrl: "https://phosra-api-sandbox-production.up.railway.app/api/v1", accessToken: process.env.PHOSRA_API_KEY, }); await phosra.standards.remove("a11ce0fa-0000-4000-8000-0000000000a1", "2b1c3d4e-5f6a-4b7c-8d9e-0f1a2b3c4d5e");
{ "error": "Bad Request", "message": "child_name is required", "code": 400 }
Unadopt a standard for a child
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Standard unadopted