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>'
This response does not have an example.

Headers

Authorization
string

The authorization token in the 'Bearer <token>' 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.