- Accounts
- Authentication
- BillingCostsAnalysis
- DeploymentTemplates
- Deployments
- Shutdown Deployment Elasticsearch ResourcePOST
- Start all instancesPOST
- Restores a shutdown resourcePOST
- Restores a shutdown DeploymentPOST
- Set remote clustersPUT
- Get remote clustersGET
- Stop instancesPOST
- Reset the secret token for an APM resource.POST
- Get Deployment Enterprise Search Resource InfoGET
- Get Deployment Kibana Resource InfoGET
- Set AppSearch read-only statusPUT
- Set AppSearch read-only statusGET
- Start instancesPOST
- Restart Deployment Stateless ResourcePOST
- Shuts down DeploymentPOST
- Migrate Elasticsearch resource to use SLMPOST
- Start maintenance modePOST
- Restart Deployment Elasticsearch ResourcePOST
- Start maintenance mode (all instances)POST
- Reset 'elastic' user passwordPOST
- Stop all instancesPOST
- Migrate Elasticsearch and associated Kibana resources to enable CCRPOST
- Add or remove settings from the Elasticsearch resource keystorePATCH
- Get the settings from the Elasticsearch resource keystoreGET
- Search DeploymentsPOST
- Get eligible remote clustersPOST
- Update DeploymentPUT
- Get DeploymentGET
- Get Deployment Elasticsearch Resource InfoGET
- Stop maintenance mode (all instances)POST
- Migrate Elasticsearch resource to use ILMPOST
- Shutdown Deployment Stateless ResourcePOST
- Get Deployment APM Resource InfoGET
- Stop maintenance modePOST
- Cancel resource pending planDELETE
- Get Deployment App Search Resource InfoGET
- Get eligible remote clustersPOST
- Create DeploymentPOST
- List DeploymentsGET
- Upgrade Kibana, APM, AppSearch inside DeploymentPOST
- DeploymentsTrafficFilter
- Extensions
- Stack
Delete Extension
开发环境
http://127.0.0.1
开发环境
http://127.0.0.1
DELETE
/deployments/extensions/{extension_id}
Extensions
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://127.0.0.1/deployments/extensions/' \
--header 'Authorization: ApiKey {{EC_API_KEY}}'
响应示例响应示例
200 - 示例 1
{}
请求参数
Path 参数
extension_id
必需
Header 参数
Authorization
string
可选
默认值:
ApiKey {{EC_API_KEY}}
返回响应
🟢200Extension deleted successfully.
application/json
Body
object {0}
🟠401* The extension does not belong to you. (code: `extensions.unauthorised`)
* Your current session does not have a user id associated with it. (code: `extensions.no_user_id`)