Skip to main content
DELETE
/
registry
/
actions
/
{action_name}
Delete Registry Action
curl --request DELETE \
  --url https://api.example.com/registry/actions/{action_name} \
  --cookie fastapiusersauth=
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

action_name
string
required

Response

Successful Response