Skip to main content
DELETE
/
api
/
v1
/
custom-pricing
Delete custom pricing
curl --request DELETE \
  --url https://api.agentmeter.com/api/v1/custom-pricing \
  --header 'X-AgentMeter-Key: <api-key>'
Deletes a custom pricing row by ID. This endpoint requires a pricing-admin scoped API key and records an audit log entry.

Request

{
  "id": "00000000-0000-0000-0000-000000000000"
}

Response

{
  "ok": true
}

Notes

  • Deleted rows no longer apply to future pricing.
  • A missing row returns a validation-style 404 response.
  • Review billing impact before deleting pricing that may still be needed for reconciliation.