Skip to main content
DELETE
/
quotes
/
{id}
Delete a quote
curl --request DELETE \
  --url https://api.corebill.io/v1/quotes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "deleted": true
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Generate keys from the Corebill dashboard under the Developers section.

Example: Authorization: Bearer sk_live_abc123def456

Path Parameters

id
string
required

The quote ID

Query Parameters

company_id
string
required

The company ID to scope the request to

Response

Resource deleted successfully

data
object
required