Deactivate a CDN device
DELETE/api/cdn/devices/:id
Sets is_active = false for the device in the discovery table without
deleting the row (the row is shared with other subsystems).
A device that sends a new discovery message will automatically become active again.
Request
Path Parameters
id stringrequired
Device ID to deactivate
Responses
- 204
- 404
- 500
Device marked as inactive
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...