Create an endpoint for deleting an existing category using the following format: Request: ``` DELETE /categories/:id { token: "User token here" } ``` Response: ``` Status: 200 { success: "Technology category has been successfully deleted." } ```