You can call this operation to delete a trail.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
| Action | String | Yes | DeleteTrail | The operation that you want to perform. Set the value to DeleteTrail. |
| Name | String | Yes | my-test | The name of the trail that you want to delete. The name must be 6 to 36 characters in length. The name must start with a lowercase letter and can contain lowercase letters, digits, hyphens (-), and underscores (_). Note The name must be unique under the account. |
Response parameters
| Parameter | Type | Example | Description |
| RequestId | String | 145318BE-DEE1-4C57-AA7C-5BE7D34A6AE0 | The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DeleteTrail
&Name=my-test
&<Common request parameters>Sample success responses
XML format
<RequestId>145318BE-DEE1-4C57-AA7C-5BE7D34A6AE0</RequestId>JSON format
{
"RequestId":"145318BE-DEE1-4C57-AA7C-5BE7D34A6AE0"
}Error code
For a list of error codes, visit the API Error Center.