Azure credentials - Delete
Delete an Azure credentials set.
DEL https://{envUri}/api/v1/projects/{projectId}/azure/credentials/{azureCredentialId}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| envUri | path | true | string | Url of the target platform. |
| project | path | true | string | The project identifier which uniquely identify your project in Evolution Platform. |
| azureCredential | path | true | string | The Azure Credential Identifier which uniquely identify your credentials in Evolution Platform. |
Responses
| Name | Type | Description |
|---|---|---|
| 204 No Content | Request successful. Resource does not exist. | |
| Other Status Codes | Error response | Error response describing why the operation failed. |
Security
Type: oauth2
Authorization URL: https://api.orange.com/oauth/v3/token
Examples
Request
DEL https://{envUri}/api/v1/projects/{projectId}/azure/credentials/{azureCredentialId}
Sample response
Status code: 204 (No Content)