# Delete LAG

Delete switch's LAG setting.

Endpoint: DELETE /venues/{venueId}/switches/{switchId}/lags/{lagId}
Version: 0.4.0
Security: jwtAuth

## Path parameters:

  - `venueId` (string, required)

  - `switchId` (string, required)

  - `lagId` (string, required)

## Response 200 fields (application/json):

  - `requestId` (string)
    The unique identifier for tracking this API operation request.

  - `response` (object)
    The response data containing the result of the operation.

  - `response.id` (string)

## Response 400 fields (application/json):

  - `requestId` (string)
    The unique identifier for tracking this request.

  - `errors` (array)
    The list of error messages.

  - `errors.code` (string)
    Error code identifying the type of error (e.g., 'VALIDATION_ERROR', 'RESOURCE_NOT_FOUND').

  - `errors.message` (string)
    Human-readable error message describing what went wrong.

  - `errors.reason` (string)
    Detailed reason explaining why the error occurred.

  - `errors.suggestion` (string)
    Suggested action or solution to resolve the error.

  - `errors.object` (string)
    Name of the object or field that caused the error (e.g., 'username', 'ipAddress').

  - `errors.value` (any)
    The actual value that caused the error or validation failure.

  - `downloadUrl` (string)
    The download url of the import file.


