Delete a CloudTrail connector
DELETE/v1/log-shipping/cloudtrails/:id
Deletes a CloudTrail connector. As a result, CloudTrail will stop shipping data to your Logz.io account.
Note: This endpoint requires permissions that must be set by our Support team. Please email help@logz.io for assistance. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
id int32required
Logz.io ID of the CloudTrail connector.
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...