Delete API key
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
apiKeyID
string
required
ID of the API key to delete
``204
API key deleted successfully
``401 Unauthorized
``404 Resource not found
``500 Internal server error
Updated2 months ago
ShellNodeRubyPHPPython
Base URL
https://https://localhost:8080/management/apikey/{apiKeyID}
``
xxxxxxxxxx
curl --request DELETE \
--url https://https//localhost:8080/management/apikey/apiKeyID \
--header 'accept: application/json' ``
application/json
401404``500
Updated2 months ago