Skip to main content

Delete a system in NetApp Console local deployment

DELETE /v1/organizations/{organizationId}/workingenvironments/{workingEnvironmentId}

Removes the specified on-premises system from an organization.

Parameters

Name Type In Required Description

organizationId

string

path

True

Organization ID

  • example: 3fa85f64-5717-4562-b3fc-2c963f66afa6

workingEnvironmentId

string

path

True

System ID

  • example: OnPremWorkingEnvironment-3fa85f64-5717-4562-b3fc-2c963f66afa6

Response

Status: 204, System deleted successfully. No content returned.

Response

Status: 403, Forbidden request
Example response
{
  "detail": "You do not have permission to delete this system.",
  "status": "403",
  "title": "Forbidden",
  "type": "https://bluexp.netapp.io/problems/403"
}

Response

Status: 404, Not found
Example response
{
  "detail": "The specified system does not exist.",
  "status": "404",
  "title": "Not Found",
  "type": "https://bluexp.netapp.io/problems/404"
}

Error

Status: 401, Unauthorized access
Example error response
{
  "detail": "Authentication required or invalid credentials.",
  "status": "401",
  "title": "Unauthorized",
  "type": "https://bluexp.netapp.io/problems/401"
}