Skip to main content
DELETE
/
templates
/
{templateId}
Delete a Script Template
curl --request DELETE \
  --url https://api.altostrat.io/templates/{templateId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Altostrat SDX API uses JWT Bearer tokens for authentication. Obtain a token via the Authentication API and include it in the Authorization header as 'Bearer {token}'.

Path Parameters

templateId
string<uuid>
required

The unique identifier for the script template.

Example:

"d9e5b5e3-3e8a-4c2f-8d2a-7e6e5a4b1c0d"

Response

The template was deleted successfully.