/v1/api/servicePoints (PATCH) - BlueCat Edge - Service Point v3.x.x

BlueCat Edge API Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x
Decommission disconnected service points.
Note: You can only decommission service points that are disconnected where the connectionState is DISCONNECTED.
Request: PATCH https://api-<BlueCat.edge.url>/v1/api/servicePoints
Authorization: Bearer token

[
    {
        "id": "sp-123",
        "decommissioned": true
    },
    {
        "id": "sp-456",
        "decommissioned": true
    }
]

Body parameters

Name Description Type Required
id The ID of the service point that you would like to decommission. String Required
decommissioned A boolean value indicating whether you would like to decommission the service point.
Note: The only supported value is true.
Boolean Required

Successful response

204 No Content
Possible error codes
  • 400 Bad Request
  • 500 Internal Server Error