API-SchlüsselAPI-Schlüssel widerrufen

API-Schlüssel widerrufen

Einen API-Schlüssel löschen und den Zugriff sofort widerrufen.

curl -X DELETE "https://api.talkturo.com/api/api-keys/123e4567-e89b-12d3-a456-426614174000" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)"
{
  "success": true,
  "message": "example_string"
}
DELETE
/api-keys/{id}
DELETE
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token (JWT)
Bearer Tokenstring
Required

Supabase-Access-Token-JWT für Desktop-Clients und Kontoverwaltungsrouten wie die API-Schlüssel-Verwaltung (owner / admin für API-Schlüssel erforderlich). Senden als Authorization: Bearer eyJ....

Supabase-Access-Token-JWT für Desktop-Clients und Kontoverwaltungsrouten wie die API-Schlüssel-Verwaltung (owner / admin für API-Schlüssel erforderlich). Senden als Authorization: Bearer eyJ....
path
idstring
Required

API-Schlüssel-UUID

Format: uuid
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). Supabase-Access-Token-JWT für Desktop-Clients und Kontoverwaltungsrouten wie die API-Schlüssel-Verwaltung (owner / admin für API-Schlüssel erforderlich). Senden als Authorization: Bearer eyJ....

Path Parameters

idstring
Required

API-Schlüssel-UUID

Responses

successboolean
messagestring