---
title: "Delete a custom database pricing entry"
method: DELETE
path: "/marketplace/providers/databases"
---

# Delete a custom database pricing entry

`DELETE /marketplace/providers/databases`

Delete one of your managed database rates by id.
Databases still pinned to it stop resolving a price, so re-pin them before deleting.

## Query parameters

- `id` string, required

## Response `200`

Pricing response for custom database pricing

- TypesCustomDatabasePricingResponse
  - `entries` SchemaDatabasePricingsRow[]
    - `architecture` string
    - `availability_zone` string
    - `billing_config` string
    - `capacity_unit` string
    - `cost_per_capacity_unit` number
    - `cost_per_hour` number
    - `cost_per_io_request` number
    - `cost_per_iops_hour` number
    - `cost_per_storage_gb_hour` number
    - `cost_per_throughput_mbps_hour` number
    - `cost_per_vcpu_license_hour` number
    - `cpu_cores` number
    - `cpu_cores_cost_per_hour` number
    - `created_at` string
    - `currency` string
    - `deployment_option` string
    - `edition` string
    - `engine` string
    - `id` string
    - `instance_type` string
    - `max_iops` number
    - `max_storage_gb` number
    - `max_throughput_mbps` number
    - `min_iops` number
    - `min_storage_gb` number
    - `min_throughput_mbps` number
    - `native_cost_per_hour` number
    - `native_cost_per_storage_gb_hour` number
    - `period_billing_hours` number
    - `provider` string
    - `ram_gb` number
    - `ram_gb_cost_per_hour` number
    - `raw_pricing_data` object
    - `region` string
    - `service` string
    - `storage_type` string
    - `tags` object
    - `updated_at` string
    - `usage_type` string
  - `status` 'Registered' | 'Deleted'

## Other responses

- `400` — Invalid id
- `401` — Provider and organization do not match
- `404` — Database pricing entry not found
- `500` — Internal server error

---

[API](https://skmtc.net/baselinehq/apis/costgraph-pricing-api.md) · [All operations](https://skmtc.net/baselinehq/apis/costgraph-pricing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baselinehq/costgraph-pricing-api/revisions/f07bdc0e3d36/schema)
