Skip to main content
DELETE
/
api
/
v2
/
concurrency_limits
/
{id_or_name}
Delete Concurrency Limit V2
curl --request DELETE \
  --url https://api.example.com/api/v2/concurrency_limits/{id_or_name}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-prefect-api-version
string

Path Parameters

id_or_name
required

The ID or name of the concurrency limit

Response

Successful Response