No description available.
Input
Encoding
application/jsonuri
stringat-uri
Required
AT URI of the app.bivri.feed.artwork record to delete. It must live in the authenticated member's own repository.
Output
Encoding
application/jsonuri
stringat-uri
Required
AT URI of the artwork that no longer exists. There is no record left to carry a CID.
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": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the app.bivri.feed.artwork record to delete. It must live in the authenticated member's own repository."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the artwork that no longer exists. There is no record left to carry a CID."
}
}
},
"encoding": "application/json"
}
}