Skip to content
The Yoto Developer Challenge is on, with $10,000 to win!

delete a group

Delete a group for a family.

  • The contextual family is the authorised user's family
  • Groups can only be deleted if a family owns them
    • If it does not exist a 404 is returned
    • If it exists but is owned by another family, a 404 is returned
  • Groups are hard-deleted (once deleted, cannot be recovered)
  • Deleting a group does not remove content from the family library. Only the group and content references are removed.

Responses

200 OK application/json
idstring

Path Parameters

groupId string Required
DELETE
/card/family/library/groups/{groupId}
Server URL: https://api.yotoplay.com
Authorization (bearerAuth)
Terminal window
curl "https://api.yotoplay.com/card/family/library/groups/{groupId}"
--header "Authorization: Bearer [YOUR_TOKEN]"