Skip to main content

Azure public Cloud Co - Delete

Delete a cloud connector Azure Public Standard in designed state.

Warning

To be deleted, the cloud connector must be in the designed state.
Go to Update tutorial to set the cloud connector in designed state:

DEL https://{envUri}/api/v1/projects/{projectId}/azure/cloudconnectors/publicstandarddynamics/{id}

URI Parameters

NameInRequiredTypeDescription
envUripathtruestringUrl of the target platform.
projectIdpathtruestringThe project identifier which uniquely identify your project in Evolution Platform.
idpathtruestringThe Cloud Connector Identifier which uniquely identify your Cloud connector in Evolution Platform.

Responses

NameTypeDescription
204 No ContentOK
Other Status CodesErrorUnexpected error.

Security

Type: oauth2
Authorization URL: https://api.orange.com/oauth/v3/token

Examples

Sample request:

DEL https://{envUri}/api/v1/projects/{projectId}/azure/cloudconnectors/publicstandarddynamics/{id}

Response:

HTTP 204 (No content)