Skip to main content

Endpoint

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

Request Body

templateId
string
required
Template ID to unpublish.

Response

data
null
Returns null on success.

TypeScript

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