Deleting an Article
DELETE /article/:article_id Arguments Required? article_id Yes Example response: { "success": true }
Updated
by Taylor Sloane
DELETE /article/:article_id
Arguments | Required? |
article_id | Yes |
Example response:
{
"success": true
}
How did we do?
Creating an Article
Getting Article Versions