Delete an existing API key
x-ms-visibility: "important"
Deletes the specified API key for the current operator.
Path Parameters
apiKeyId int64 required
ID of the API key to delete.
Responses
- 200
- 400
- 401
Confirmation of deletion.
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized
Loading...