Skip to main content
DELETE
/
prices
/
{priceId}
cURL
curl --request DELETE \
  --url https://api.example.com/prices/{priceId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-environment: <x-environment>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Headers

x-environment
string<uuid>
required

Configure which environment the request will handle. If the provided credentials do not allow access to this specified environment, a 403 Forbidden response is returned.

Path Parameters

priceId
string<uuid>
required

Response

OK