Skip to content

feat: Delete a Billing Plan #799

@Solomonuche

Description

@Solomonuche

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions