Skip to main content
POST
/
v1.0
/
subscribers
/
guardians
/
relation
/
delete
Remove AI Guardian relation of a Child and Parent
curl --request POST \
  --url https://api.example.com/v1.0/subscribers/guardians/relation/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ParentSubscriberId": "<string>",
  "ChildSubscriberId": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

ParentSubscriberId
string | null
ChildSubscriberId
string | null

Response

200

Success