Speechbase

Delete an API key

Permanently removes the stored API key for the given provider.

DELETE
/v1/api-keys/{providerId}

Permanently removes the stored API key for the given provider.

Authorization

bearerAuth
AuthorizationBearer <token>

API key

In: header

Path Parameters

providerId*string

Provider identifier

Length1 <= length

Response Body

application/problem+json

curl -X DELETE "https://example.com/v1/api-keys/string" \  -H "Authorization: Bearer $SPEECHBASE_API_KEY"
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string"
}