Deletes one or more private records in your hidden repository. Requires auth.
Input
Encoding
application/jsonuris
array
Required
The AT URIs of the records to delete.
maxLength: 50 itemsminLength: 1 itemsTry 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": [
"uris"
],
"properties": {
"uris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 50,
"minLength": 1,
"description": "The AT URIs of the records to delete."
}
}
},
"encoding": "application/json"
},
"description": "Deletes one or more private records in your hidden repository. Requires auth."
}