v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Key Management

Delete an API key

Delete a given API key.

Note: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the V2 Key Management endpoints instead.

delete/api/v1/api_key/{key}

Path parameters

keystring required

The specific API key you are working with.

Response

OK

Example response

{
  "api_key": {
    "created_by": "test_user",
    "key": "1234512345123456abcabc912349abcd",
    "name": "app_key"
  }
}