Skip to main content
DELETE
/
v1
/
limits
/
{limit_id}
Delete a Limit
curl --request DELETE \
  --url https://tracer.lerian.io/v1/limits/{limit_id} \
  --header 'Content-Type: <content-type>' \
  --header 'X-API-Key: <x-api-key>'

Headers

Content-Type
string
required

The type of media of the resource. Must be application/json.

X-API-Key
string
required

The API Key for authentication. This header is required for all endpoints except health checks.

X-Request-Id
string<uuid>

A unique identifier used to trace and track each request.

Path Parameters

limit_id
string<uuid>
required

The unique identifier of the limit that you want to retrieve, update or delete.

Response

Indicates that the limit was successfully deleted.