Remove the custom domain from a publication.
Parameters
Output
Encoding
application/jsonmessage
string
Required
No description available.
Errors
BlogNotFound
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"errors": [
{
"name": "BlogNotFound"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"message"
],
"properties": {
"message": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"blog"
],
"properties": {
"blog": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the publication record. Authority MUST match the caller's DID."
}
}
},
"description": "Remove the custom domain from a publication."
}