الانتقال إلى المحتوى الرئيسي
DELETE
/
policies
/
{policyId}
حذف سياسة
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

أدخل رمز JWT bearer الخاص بك.

Path Parameters

policyId
string<uuid>
required

المعرف الفريد للسياسة.

Example:

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

Response

تم حذف السياسة بنجاح.