Yoto Developers
Delete Content

Delete Content

This deletes a piece of content with the specified contentId.

  • A user can only delete a piece of content if it is a Make Your Own (MYO) card that the user has created.

  • A 404 response will be returned if a user attempts to delete a piece of content that they didn't create.

Request

  • URL Parameters:

    • contentId: (string) The ID of the content to be deleted.

Required Scope

user:content:manage

Responses

200 OKapplication/json
statusstring

Path Parameters

cardIdstringRequired
DELETE
/content/{cardId}
Server URL: https://api.yotoplay.com
curl "https://api.yotoplay.com/content/{cardId}"