remove a card
DELETE
/card/family/library/{cardId}
Removes a card from your family library.
-
If a card does not exist in the family library, the endpoint will still return a
204 No Content
response -
Cards created by family members (i.e. Playlists) cannot be removed from the library. A 400 Bad Request (`family-created-content`) response is returned if such content is requested to be removed.
-
If you accidentally remove a purchased card, you'll need to insert the physical card into a player for the content to reappear in your library.
Authorizations
bearerAuth
TypeHTTP (bearer)
Responses
204 No Content