Langsung ke konten utama
DELETE
/
policies
/
{policyId}
Hapus kebijakan
curl --request DELETE \
  --url https://api.altostrat.io/policies/{policyId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Masukkan token JWT bearer Anda.

Path Parameters

policyId
string<uuid>
required

Pengidentifikasi unik untuk kebijakan.

Example:

"a1b2c3d4-e5f6-7890-1234-567890abcdef"

Response

Kebijakan berhasil dihapus.