Skip to main content
DELETE
/
prices
/
{id}
Delete a price
curl --request DELETE \
  --url https://us.api.flexprice.io/v1/prices/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "end_date": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Path Parameters

id
string
required

Price ID

Body

application/json

Delete Price Request

end_date
string

Response

OK

message
string