Deleting a Host from an Environment
Function
This API is used to delete a host of an environment.
URI
DELETE /v1/applications/{application_id}/environments/{environment_id}/{host_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
application_id |
Yes |
String |
Application ID. Minimum: 32 Maximum: 32 |
environment_id |
Yes |
String |
Environment ID. Minimum: 32 Maximum: 32 |
host_id |
Yes |
String |
Host ID. Minimum: 32 Maximum: 32 |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
Content-Type |
Yes |
String |
Message body type (format). Possible values: application/json;charset=utf-8 application/json Default: application/json;charset=utf-8 Enumeration values:
|
X-Auth-Token |
Yes |
String |
User token. It can be obtained by calling an IAM API. The value of X-Subject-Token in the response header is the user token. Minimum: 0 Maximum: 20000 |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
status |
String |
Response status. |
result |
String |
Environment ID. |
Example Requests
https://{endpoint}/v1/applications/7de12f87232e46a79235f52d033b8688/environments/25e30c17f81042ba9a1a3383da39a7fc/c5fa45c92c0849229d003d98f52617eb
Example Responses
Status code: 200
OK: The request is successful.
{ "status" : "success", "result" : "c5fa45c92c0849229d003d98f52617eb" }
Status Codes
Status Code |
Description |
---|---|
200 |
OK: The request is successful. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.