Productsup
CDE APIApi referenceManagement

Remove member from organization.

Sign in to run requests against the CDE API.
DELETE
/organizations/{organizationId}/members/{memberId}

Authorization

oAuth2AuthCode
AuthorizationBearer <token>

In: header

Path Parameters

organizationId*string
Formatuuid
memberId*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://loading/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/members/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "message": "successful operation",
  "resource": "organization",
  "data": {
    "uuid": "019e6e75-1bb8-71df-a56a-434d5545f8b5",
    "name": "Productsup",
    "connectors-limit": 10,
    "members": [
      {
        "uuid": "019e6e75-1bc9-74ea-8da8-d767e4482167"
      },
      {
        "uuid": "019e6e75-1bda-70ff-a89b-07a831367e41"
      }
    ],
    "notification-config": null,
    "dev-defaults": null,
    "prod-defaults": null
  }
}
{
  "message": "You have to be authorized to access this resource."
}
{
  "message": "Access denied for user."
}
{
  "message": "Organization not found."
}

How is this guide?