Prices

Delete a price

Deletes a price by ID.

DELETE
/prices/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://api.sandbox.billingrails.com/v1/prices/prc_IhMUl3rrZ3"
{
  "deleted": true
}