Delete a resource
Request
DELETE https://{hostname}:{port}
/cli/resource/deleteResource?{parameters}
Accept: {contentType}
| Parameter | Type | Required | Description |
|---|---|---|---|
| resource | string | true | ID or path to the resource, such as /ResourceGroup/Agents/Agent1 |
| template | string | false | Name or ID of the resource template (Optional) |
| blueprintId | string | false | Name or ID of the blueprint (Optional) |
| application | string | false | Name or ID of the application (Required to look up blueprint by name) |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept |
|
true |
Related CLI command: deleteResource.