DeleteV2LoggingLevel
Deletes a logging level.
Requires permission to access the DeleteV2LoggingLevel action.
Request Syntax
DELETE /v2LoggingLevel?targetName=targetName
&targetType=targetType
HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
- targetName
-
The name of the resource for which you are configuring logging.
Required: Yes
- targetType
-
The type of resource for which you are configuring logging. Must be
THING_Group
.Valid Values:
DEFAULT | THING_GROUP | CLIENT_ID | SOURCE_IP | PRINCIPAL_ID
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Response Elements
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Errors
- InternalException
-
An unexpected error has occurred.
HTTP Status Code: 500
- InvalidRequestException
-
The request is not valid.
HTTP Status Code: 400
- ServiceUnavailableException
-
The service is temporarily unavailable.
HTTP Status Code: 503
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: