SmartMemory
DELETE
/memory/api-keys/{key_id}

Revoke (delete) an API key.

This action cannot be undone. The key will immediately stop working.

Path Parameters

key_id*Key Id

Response Body

application/json

curl -X DELETE "https://example.com/memory/api-keys/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}