Skip to 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.

Responses

200 OK

Content-Type: application/json
{
  "status": "ok"
}

Parameters

Path Parameters

contentId
Type
string
DELETE
/content/{contentId}
Server URL:https://api.yotoplay.com
Authorization
bearerAuth

Samples

curl "https://api.yotoplay.com/content/{contentId}"
--header "Authorization: Bearer [YOUR_TOKEN]"