Prices

Delete a price

Deletes a price. Allowed only when it is not used in any subscription or invoices.

DELETE
/prices/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://example.com/prices/pri_IhMUl3rrZ3"
{
  "deleted": true,
  "meta": {
    "request_id": "req_IhMUl3rrZ3"
  }
}