Skip to main content
DELETE
/
data-lists
/
{id}
Delete data list
curl --request DELETE \
  --url http://api.gu1.ai/data-lists/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Deletes a tenant list when allowed. If rules still reference the list UUID in custom-list operators, deletion is blocked and the response explains which rules must be updated first. Global lists use a separate admin path (DELETE /data-lists/global/{id}) and are not tenant-deletable in the same way.

Endpoint

DELETE https://api.gu1.ai/data-lists/{id}

Authentication

Authorization: Bearer YOUR_API_KEY

Response

200 on success; 400/409-style errors when blocked by rule references; 404 when not found.