Skip to main content
DELETE
/
v1
/
templates
/
{id}
Delete a Template
curl --request DELETE \
  --url https://reporter.sandbox.lerian.net/v1/templates/{id} \
  --header 'X-Organization-id: <x-organization-id>'

Documentation Index

Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt

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

Headers

Authorization
string

The authorization token in the 'Bearer ' format.

Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.

X-Organization-id
string
required

The unique identifier of the Organization associated with the request.

Path Parameters

id
string
required

Unique identifier of the template that you want to retrieve (UUID).

Response

If the request is successful, you'll get an empty response.