Open Ndudi04 opened 2 months ago
Description:
Refactor our current API endpoint for deleting a billing plan to have the following route and response body.
DELETE /api/v1/billing-plans/{id}
id (string, path): The ID of the billing plan to delete.
Status Code: 200 OK
{ "data": true, "message": "string", "status_code": 0 }
404 Not Found
{ "data": "string", "error": "string", "message": "string", "status_code": 0 }
hello @Ndudi04 abeg assign me to this ticket it seems the feature never existed also
@Ndudi04 i have implemented it
@bamo100
Description:
Refactor our current API endpoint for deleting a billing plan to have the following route and response body.
Route:
Parameters:
id (string, path): The ID of the billing plan to delete.
Response Body:
Status Code: 200 OK
Status Code:
404 Not Found