tools.ozone.set.deleteSet
POST/xrpc/tools.ozone.set.deleteSet
This endpoint is part of the Ozone moderation service APIs. Requests usually require authentication, are directed to the user's PDS intance, and proxied to the Ozone instance indicated by the DID in the service proxying header. Admin authenentication may also be possible, with request sent directly to the Ozone instance.
To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.
Delete an entire set. Attempting to delete a set that does not exist will result in an error.
Request
- application/json
Body
required
name stringrequired
Name of the set to delete
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
unknown
object
{
"_unknown_": {}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
Possible values: [InvalidRequest
, ExpiredToken
, InvalidToken
, SetNotFound
]
message stringrequired
{
"error": "InvalidRequest",
"message": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error required
message stringrequired
{
"message": "string"
}
Loading...