Invalidate issued command
POST/commands/invalidate
Invalidate a command. Command can be invalidated only if status is pending
Request
- application/json
Body
id string
Responses
- 2XX
Success
- application/json
- Schema
- Example (from schema)
Schema
success string
error string
errorcode string
{
"success": "string",
"error": "string",
"errorcode": "string"
}
Loading...