AladiaDocs
Api referenceOrganizationsMembers

Delete all members

Delete all members

DELETE
/v2/organizations/{organizationId}/members

Delete all members

AuthorizationBearer <token>

In: header

Path Parameters

organizationId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X DELETE "https://example.com/v2/organizations/string/members" \  -H "Content-Type: application/json" \  -d '{    "profileIds": [      "string"    ],    "emails": [      "string"    ]  }'
{  "resource": {},  "request": {},  "webhookEventName": "course.created"}