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
statusstring
{
"status": "ok"
}errorobject
codestring
messagestring
{
"error": {
"code": "not-found",
"message": "Card abc123 does not exist."
}
}Path Parameters
cardIdstringRequired
DELETE
/content/{cardId}Server URL: https://api.yotoplay.com
curl "https://api.yotoplay.com/content/{cardId}"