Skip to main content
DELETE
/
concurrency_limits
/
tag
/
{tag}
Delete Concurrency Limit By Tag
curl --request DELETE \
  --url https://api.example.com/concurrency_limits/tag/{tag}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.prefect.io/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-prefect-api-version
string

Path Parameters

tag
string
required

The tag name

Response

Successful Response