No description available.
Input
Encoding
application/jsoncapability
string
Required
No description available.
maxLength: 128 bytesminLength: 32 bytesinstallationId
string
Required
No description available.
maxLength: 36 bytesminLength: 36 bytesOutput
Encoding
application/jsondeleted
integer
Required
No description available.
Errors
InvalidCapability
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"installationId",
"capability"
],
"properties": {
"capability": {
"type": "string",
"maxLength": 128,
"minLength": 32
},
"installationId": {
"type": "string",
"maxLength": 36,
"minLength": 36
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidCapability"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"deleted"
],
"properties": {
"deleted": {
"type": "integer",
"minimum": 0
}
}
},
"encoding": "application/json"
}
}