API Guide

DELETE /image-servers/{id}
Deletes an image server using the image server ID.
API
DELETE /image-servers/{id}
Description This API deletes an image server using the image server ID.
Parameters
Table 48. API parameters
Filter name Description
*id
required
string
(path)
Unique identifier of the image server.
Responses 200 — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
404 — Requested entity does not exist
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
Image-servers
99