NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Remove/ Delete a guardian associated to a minor

delete

/spms/v1/guardians/{guardianId}/child/{childId}

This is to remove/ delete a guardian associated to a child profile

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

204 Response

Successfully removed guardian assignment from the minor.

400 Response

Invalid parameter(s) passed in
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

401 Response

Unauthorized
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

403 Response

This API is not allowed for your current user role
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

404 Response

Not Found
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

Error occurred while processing this request
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source
Back to Top