Skip to main content

Delete Organization

DELETE 

https://api.orange.com/evolutionplatform/referentiel/api/v1//organizations/:id

This operation allows to delete an Organization by id

Request

Path Parameters

    id uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    organization id

Responses

ok

Authorization: oauth2

name: oauth2clientcredentialstype: oauth2flows: {
  "clientCredentials": {
    "tokenUrl": "https://api.orange.com/oauth/v3/token",
    "scopes": {}
  }
}
curl -L -X DELETE 'https://api.orange.com/evolutionplatform/referentiel/api/v1//organizations/:id' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://api.orange.com/evolutionplatform/referentiel/api/v1/
Auth
Parameters
— pathrequired