No description available.
Input
Encoding
application/jsonendpoint
stringuri
Required
A valid URI.
Output
Encoding
application/jsondeleted
integer
Required
No description available.
Errors
AuthRequired
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": [
"endpoint"
],
"properties": {
"endpoint": {
"type": "string",
"format": "uri"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"deleted"
],
"properties": {
"deleted": {
"type": "integer",
"minimum": 0
}
}
},
"encoding": "application/json"
}
}