Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ugc.inc/llms.txt

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

Endpoint

POST https://api.ugc.inc/automations/delete

Request Body

templateId
string
required
Template ID to delete.

Response

data
null
Returns null on success.

TypeScript

const res = await client.automations.deleteTemplate({ templateId: 'tpl_123' });