Unadopt a standard for a child

DELETE/children/{childID}/standards/{standardID}

Removes a previously adopted community standard from the child, withdrawing the rules it contributed.

Auth:Bearer

Path parameters

childID

uuidrequired
standardID

uuidrequired
Request
bash
curl -sS -X DELETE "https://phosra-api-sandbox-production.up.railway.app/api/v1/children/a11ce0fa-0000-4000-8000-0000000000a1/standards/2b1c3d4e-5f6a-4b7c-8d9e-0f1a2b3c4d5e" \
  -H "Authorization: Bearer $PHOSRA_API_KEY"