Skip to main content

Azure credentials - Delete

Delete an Azure credentials set.

DEL https://{envUri}/api/v1/projects/{projectId}/azure/credentials/{azureCredentialId}

URI Parameters

NameInRequiredTypeDescription
envUripathtruestringUrl of the target platform.
projectIdpathtruestringThe project identifier which uniquely identify your project in Evolution Platform.
AzureCredentialIdpathtruestringThe Azure Credential Identifier which uniquely identify your credentials 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/credentials/{azureCredentialId}

Sample response:
Status code: 204 (No Content)