Hikka Docs Hikka Docs
EndpointsArticles

Delete Article

DELETE
/articles/{slug}

Path Parameters

slug*string

Header Parameters

auth?|
auth?|

Response Body

application/json

application/json

curl -X DELETE "https://api.hikka.io/articles/string"
{
  "success": true
}
{
  "message": "Example error message",
  "code": "example_error"
}