Skip to content

delete a group

DELETE
/card/family/library/groups/{groupId}

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.

Authorizations

bearerAuth
TypeHTTP (bearer)

Responses

200 OK
application/json
JSON
{
"id": "jBakRtwbXA15ABQjVnBxo"
}

Playground

Authorization

Samples