الانتقال إلى المحتوى الرئيسي
DELETE
/
instances
/
{instanceId}
حذف نسخة بوابة مقيدة
curl --request DELETE \
  --url https://api.altostrat.io/instances/{instanceId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

مصادقة مفتاح API. قدم الرمز الخاص بك في ترويسة 'Authorization'. مثال: Authorization: Bearer <YOUR_TOKEN>

Path Parameters

instanceId
string<uuid>
required

المعرف الفريد لنسخة البوابة المقيدة.

Example:

"9a7f1b2c-3d4e-5f6a-7b8c-9d0e1f2a3b4c"

Response

تم حذف نسخة البوابة المقيدة بنجاح.