FileForms
Prices

Remove Price

DELETE
/organization/prices/{type}

Remove the custom retail price for a product type. The FileForms default retail price applies afterwards.

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Path Parameters

type*string

Product type

Value in

  • "ein"
  • "expedited_formation"
  • "formation_tier_1"
  • "formation_tier_2"
  • "formation_tier_3"
  • "annual_report"
  • "registered_agent"
  • "foreign_qualification"
  • "certificate_of_good_standing"

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/organization/prices/ein"
{  "message": "Custom price removed"}