Skip to main content
DELETE
/
api
/
v1
/
orgs
/
{org_id}
/
keys
/
{key}
Delete Org Key Route
curl --request DELETE \
  --url https://api.example.com/api/v1/orgs/{org_id}/keys/{key}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

Authorization
string | null
X-Request-ID
string | null

Path Parameters

key
string
required
org_id
string
required

Response

Successful Response