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

Authorizations

Authorization
string
header
required

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

Path Parameters

siteId
string<uuid>
required

المعرف الفريد للموقع.

Example:

"a1b2c3d4-e5f6-a7b8-c9d0-e1f2a3b4c5d6"

walledGardenEntryId
string<uuid>
required

المعرف الفريد لإدخال الحديقة المسورة.

Example:

"f1e2d3c4-b5a6-9876-5432-10fedcba9876"

Response

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