hngprojects / hng_boilerplate_php_laravel_web

Apache License 2.0
148 stars 58 forks source link

[FIX](PHP) Refactoring API Endpoint for "Deletes a Help Center Topic" #570

Open timiajayi opened 3 weeks ago

timiajayi commented 3 weeks ago

Description

The API Endpoint for Deletes a Help Center Topic.

related links

https://github.com/hngprojects/hng_boilerplate_nestjs/issues/1047

Route

DELETE: /api/v1/help-center/topics/{id}

Response Body

{
  "data": "string",
  "message": "string",
  "status_code": 0
}