DELETE
/api/keys/{id}
Delete API key
Permanently deletes an API key.
curl -s -X DELETE "$BASE/api/keys/$KEY_ID" \
-H "Authorization: Bearer $API_KEY"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Try it out
Path Parameters
→ /api/keys/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test