Path parameters
-
slug
string Required Slug of the article to delete
DELETE
/articles/{slug}
curl \
--request DELETE '/api/articles/{slug}' \
--header "Authorization: $API_KEY"
Response examples (422)
{
"errors": {
"body": [
"string"
]
}
}