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

Authorizations

Authorization
string
header
required

أدخل JWT الخاص بك بالتنسيق: Bearer {token}

Path Parameters

workspaceId
string
required

معرّف مساحة العمل.

Example:

"ws_a1b2c3d4e5f6g7h8"

organizationId
string
required

معرّف المنظمة.

Example:

"org_aBcDeFg123456789"

Response

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