Remove Guardian Relation
Unlink a parent (guardian) from a child subscriber.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - An existing parent-child relation
What this does: Removes the guardian relation only. The subscribers themselves and their individual filters remain untouched. After removal, the parent will no longer receive filter notifications or be able to manage the child’s filters.
Next steps:
- Confirm removal —
GET /v1.0/subscribers/guardians/relation/parent - Re-establish the link later —
POST /v1.0/subscribers/guardians/relation
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
Subscriber ID of the parent (guardian). Format: TSUID- followed by a UUID. Both parent and child must already exist as subscribers and have AI Guardian enabled.
"TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441"
Subscriber ID of the child (the subscriber being supervised). Format: TSUID- followed by a UUID.
"TSUID-712C771C-2326-46E8-86BA-E4E58F3DABDC"
Response
Guardian Relation Deleted
The response is of type object.