Skip to main content
DELETE
/
local-file-groups
/
{id}
Python
import os
from qaip import Qaip

client = Qaip(
    api_key=os.environ.get("QAIP_API_KEY"),  # This is the default and can be omitted
)
local_file_group = client.local_file_groups.delete(
    "id",
)
print(local_file_group.source_group_id)
{
  "source_group_id": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

id
string
required

Response

Deletion job successfully started

source_group_id
string
required

The ID of the deleted source group