# Delete a usage threshold

> Deletes a usage threshold, resetting its fire state. Recreating a threshold starts its once-per-window / hysteresis state fresh.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Delete a usage threshold"}
>
</Heading>

<MethodEndpoint
  method={"delete"}
  path={"/api/v1/usage/thresholds/{threshold_id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Deletes a usage threshold, resetting its fire state. Recreating a threshold starts its once-per-window / hysteresis state fresh.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./delete-usage-threshold.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./delete-usage-threshold.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./delete-usage-threshold.StatusCodes.json")}
>
  
</StatusCodes>
