Externen Schlüssel löschen
DELETE/v1/organizations/external_keys/{external_key_id}
Löscht eine externe Schlüsselkonfiguration.
Die Anfrage wird abgelehnt, wenn noch ein Workspace auf diese Konfiguration verweist.
Path parameters
Returns
Externen Schlüssel löschen
cURL
curl https://api.anthropic.com/v1/organizations/external_keys/$EXTERNAL_KEY_ID \
-X DELETE \
-H 'anthropic-version: 2023-06-01' \
-H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"Response 200
{
"id": "ekey_01AbCdEfGhIjKlMnOpQrStUv",
"type": "external_key_deleted"
}Returns Examples
Response 200
{
"id": "ekey_01AbCdEfGhIjKlMnOpQrStUv",
"type": "external_key_deleted"
}