---
title: "Delete a custom provider instance"
method: DELETE
path: "/marketplace/providers/compute"
deprecated: true
---

# Delete a custom provider instance

`DELETE /marketplace/providers/compute`

> **Deprecated.**

Delete one of your compute rates by id.
A rate a resource is already priced against cannot be deleted; the request fails while that link exists, so re-pin those resources first.
Once it is gone, a resource still carrying its id stops resolving a price rather than falling back to attribute matching.
Superseded by DELETE /v1/marketplace/compute/{id}, which returns RFC 9457 problem responses on failure.

## Query parameters

- `id` string, required

## Response `200`

Pricing response for a custom provider

- RegisteredComputePrices
  - `entries` ComputePrice[]
    - `architecture` string
    - `availability_zone` string
    - `cost_per_hour` number
    - `cpu_cores` number
    - `cpu_cores_cost_per_hour` number
    - `created_at` string
    - `currency` string
    - `gpu_cost_per_hour` number
    - `gpu_count` number
    - `gpu_type` string
    - `id` string
    - `instance_type` string
    - `native_cost_per_hour` number
    - `operating_system` string
    - `period_billing_hours` number
    - `provider` string
    - `ram_gb` number
    - `ram_gb_cost_per_hour` number
    - `raw_pricing_data` object
    - `region` string
    - `service` 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` — Instance not found
- `500` — Internal server error

## Changes

- **2026-09-03** `2b7d1ae74be1` — 1 info
  - endpoint deprecated
- **2026-08-13** `f07bdc0e3d36` — 5 info
  - added the optional property `entries/items/currency` to the response with the `200` status
  - added the optional property `entries/items/gpu_cost_per_hour` to the response with the `200` status
  - added the optional property `entries/items/gpu_count` to the response with the `200` status
  - added the optional property `entries/items/gpu_type` to the response with the `200` status
  - …1 more
- **2026-05-24** `2806a49483a0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/baselinehq/apis/costgraph-pricing-api/changes/marketplace/providers/compute/delete.md)

---

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