Payload schema
keyIdstring
The enrolled key to stop accepting.
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"keyId": {
"type": "string",
"description": "The enrolled key to stop accepting."
}
},
"required": [
"keyId"
]
}