# Revoke an API key
DELETE /api/api-keys/{apiKeyId}
## Request
```bash
curl -X DELETE 'https://sourced.sh/api/api-keys/{apiKeyId}' \
  -H 'Authorization: Bearer $SOURCED_API_KEY'
```
## Parameters

- apiKeyId (path, required): API key identifier.

## Responses

### 200

API key revoked.
### 401


### 402


### 403


### 404


