API: Delete Faq

Request

Soft delete a specific Faq by ID:

DELETE /faqs/{id}

Sample Response:

                    
{
    "status": "success",
    "message": "Faq deleted successfully"
}
                    
                

Notes:

  • The faq ID is required in the URL to specify which faqs to delete.
  • If the faq does not exist, the API will return an error response.