-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
Description
Endpoint for deleting a billing plan.
Endpoint
DELETE /api/v1/organization/billing-plans/{plan_id}
Request
Headers
Authorization: Bearer
Content-Type: application/json
Body
{
"name": "string",
"price": "number"
}
Response
Success (200 OK)
Body
{
"Status": 200,
"Message": "Billing plan deleted successfully",
}
Failure (401 Unauthorized)
Body
{
"Status": 401,
"Message": "Unauthorized"
}
Failure (500 Internal Server Error)
Body
{
"Status": 500,
"Message": "Internal server error"
}
Metadata
Metadata
Assignees
Labels
No labels