# Delete an Azure DevOps trigger configuration

Delete an Azure DevOps trigger configuration by ID.

Endpoint: DELETE /api/config/azuredevops/triggers/{id}
Version: 24.9.2.5
Security: ApiKeyAuth, Bearer

## Path parameters:

  - `id` (string, required)
    Azure DevOps trigger ID

## Response 200 fields (application/json):

  - `message` (string)
    Example: "Operation succeeded"

  - `result` (any)

  - `success` (boolean)
    Example: true

## Response 403 fields (application/json):

  - `message` (string)
    Example: "Something went wrong"

  - `result` (string)
    Example: "error"

  - `success` (boolean)

## Response 404 fields (application/json):

  - `message` (string)
    Example: "Something went wrong"

  - `result` (string)
    Example: "error"

  - `success` (boolean)


