# Delete Device Group from a Target List

Endpoint: DELETE /pipelines/v0/pipelines/{pipeline_id}/targetlists/{targetlist_id}/devicegroups/{devicegroup_id}/
Version: 1.0.0
Security: SCAPIAuthToken

## Path parameters:

  - `pipeline_id` (string, required)
    ID of the Pipeline

  - `targetlist_id` (string, required)
    ID of the Target List

  - `devicegroup_id` (string, required)
    ID of the Device Group

## Response 200 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `content` (array)

## Response 401 fields (application/json):

  - `code` (integer, required)

  - `message` (string, required)

  - `content` (object)


