Remove Instance
DELETE/registry-svc/instance/:id
Removes a registered instance by ID.
Request
Path Parameters
id stringrequired
Instance ID
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...