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

Authorizations

Authorization
string
header
required

أدخل مفتاح API الخاص بك بالصيغة: Bearer {key}

Path Parameters

scheduleId
string<uuid>
required

المعرّف الفريد (UUID) للجدول الزمني المراد حذفه.

Example:

"9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d"

Response

تم حذف الجدول الزمني بنجاح.