Delete Key
DELETE {{baseUrl}}/tyk/keys/:keyID?hashed=<boolean>
Deleting a key will remove it permanently from the system, however analytics relating to that key will still be available.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| hashed | string | Use the hash of the key as input instead of the full key | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"message":"\u003cstring\u003e","status":"\u003cstring\u003e"}