All Products
Search
Document Center

Enterprise Distributed Application Service:DeleteConfigTemplate

Last Updated:Jan 08, 2024

Deletes a configuration template.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Debug

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

DELETE /pop/v5/config_template

Request parameters

ParameterTypeRequiredDescriptionExample
IdlongYes

The ID of the configuration template.

555

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

D16979DC-4D42-************
Codeinteger

The HTTP status code that is returned.

200
Messagestring

The additional information that is returned.

success

Examples

Sample success responses

JSONformat

{
  "RequestId": "D16979DC-4D42-************",
  "Code": 200,
  "Message": "success"
}

Error codes

HTTP status codeError codeError message
500Edas.errorcode.PermissionDenied.message You are not authorized to perform the operation.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-01-13Add Operationsee changesets