Skip to main content
DELETE
/
v1
/
user
/
api-keys
/
{apiKeyId}
Delete Personal API Key
curl --request DELETE \
  --url https://api.tryreplicas.com/v1/user/api-keys/{apiKeyId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "details": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Path Parameters

apiKeyId
string<uuid>
required

Response

API key deleted