> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qaslylabs.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Asset Group

> Remove an asset group and its schedule

<Endpoint method="DELETE" url="/asset-groups/{groupId}">
  <Response status={204}>
    <Field name="success" type="boolean" />
  </Response>
</Endpoint>
