No description available.
Input
Encoding
application/jsonuri
stringat-uri
Required
AT URI of the app.bivri.graph.follow record to delete. It must live in the authenticated member's own repository.
Output
Encoding
application/jsonuri
stringat-uri
Required
AT URI of the follow record that no longer exists.
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.graph.follow 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 follow record that no longer exists."
}
}
},
"encoding": "application/json"
}
}