OpenPhn docs
Referenceauth

Revoke an API key

Soft-revokes — the key stops authenticating but the record is retained.

DELETE
/auth/api-keys/{key_id}

Path Parameters

key_id*Key Id

Response Body

application/json

application/json

curl -X DELETE "https://loading/auth/api-keys/string"
{
  "status": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}