Skip to main content
POST
/
v1.0
/
subscribers
/
guardians
/
relation
/
delete
json
{
  "ParentSubscriberId": "TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
  "ChildSubscriberId": "TSUID-712C771C-2326-46E8-86BA-E4E58F3DABDC"
}
{
  "Status": "Deleted",
  "DateDeleted": "2025-11-06T20:32:49.5228131+00:00",
  "ParentSubscriberId": "TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
  "ChildSubscriberId": "TSUID-712C771C-2326-46E8-86BA-E4E58F3DABDC",
  "Relation": "Guardian"
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
ParentSubscriberId
string
required

Parent/Guardian Subscriber ID

Example:

"TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441"

ChildSubscriberId
string
required

Child Subscriber ID

Example:

"TSUID-712C771C-2326-46E8-86BA-E4E58F3DABDC"

Response

200 - application/json

Guardian Relation Deleted

The response is of type object.