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

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.

Responses

200 OK application/json
statusstring

Path Parameters

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