Langsung ke konten utama
DELETE
/
templates
/
{templateId}
Hapus Templat Skrip
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

API Altostrat SDX menggunakan token JWT Bearer untuk autentikasi. Dapatkan token melalui API Autentikasi dan sertakan dalam header Otorisasi sebagai 'Bearer {token}'.

Path Parameters

templateId
string<uuid>
required

Pengidentifikasi unik untuk templat skrip.

Example:

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

Response

Templat berhasil dihapus.