delete content
DELETE
/content/{contentId}
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.
Response
- Status: 200
Example Response
{
"status": "ok"
}
Authorizations
bearerAuth
TypeHTTP (bearer)
Responses
200 OK
application/json
JSON
{
"status": "ok"
}