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

# Delete

Deletes specified URL Group by ID.

<br />

## Headers

<ParamField header="API-Key" placeholder="Your Private API Key" type="string" required>
  Your organization's private API key.
</ParamField>

## URL Params

<ParamField path="id" placeholder="URL Group ID" type="string" required>
  The ID of the URL Group.
</ParamField>

<ResponseExample>
  ```json Successfully deleted the URL Group theme={null}
  {
  	success: true,
  	err: '',
  	deleted: {
  		name: "Group Name",
  		appName: "ETRNL",
          organizationId: 33,
          creationDate: "2023-09-26T18:44:59.000Z",
  		customUrl: "https://example.com/{tagId}/?enc={enc}&cmac={cmac}&eCode={eCode}"
  	}
  }
  ```
</ResponseExample>
