Delete Node
DELETE/registry-svc/node/:url
Deletes a registered node by node URL. This endpoint is useful when a node is no longer available but it's still present in the database.
Request
Path Parameters
url stringrequired
Node URL
Responses
- 204
- 400
- 401
- 404
- 500
No Content
Invalid ID
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Service not found
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...