Delete Price

DELETE /prices/{priceId}

Delete a price

Path parameters

  • priceId string(guid) Required

    Unique ID of the price

Responses

  • 204

    Price deleted

DELETE /prices/{priceId}
curl \
 --request DELETE 'https://app.getfoundation.com/api/external/v1/prices/{priceId}' \
 --header "X-API-Key: $API_KEY"