A newer version is available. For the latest information, see the
current release documentation.
Delete deployment template
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Delete deployment template
editDeletes a deployment template by id.
Request
editDELETE /api/v1/deployments/templates/{template_id}
Path parameters
edit| Name | Type | Required | Description |
|---|---|---|---|
|
|
Y |
The identifier for the deployment template. |
Query parameters
edit| Name | Type | Required | Description |
|---|---|---|---|
|
|
Y |
Region of the deployment template |
Responses
edit-
200 -
The deployment template was successfully deleted.
-
400 -
The requested region is not supported. (code:
templates.region_not_found)Headers
-
x-cloud-error-codes(string; allowed values: [templates.region_not_found]) - The error codes associated with the response
-
-
401 -
The user is not authorized to access requested region. (code:
templates.region_not_allowed)Headers
-
x-cloud-error-codes(string; allowed values: [templates.region_not_allowed]) - The error codes associated with the response
-
-
404 -
The deployment template specified by {template_id} cannot be found. (code:
templates.template_not_found)Headers
-
x-cloud-error-codes(string; allowed values: [templates.template_not_found]) - The error codes associated with the response
-
-
449 -
Elevated permissions are required. (code:
root.unauthorized.rbac.elevated_permissions_required)Headers
-
x-cloud-error-codes(string; allowed values: [root.unauthorized.rbac.elevated_permissions_required]) - The error codes associated with the response
-
Request example
editcurl -XDELETE https://{{hostname}}/api/v1/deployments/templates/{template_id} \
-H "Authorization: ApiKey $ECE_API_KEY"