v4

latestSwagger 2.0raw.githubusercontent.com2019-05-31182460.5 KB
DELETE

Delete the Provisioning Service Certificate.

Deletes the specified certificate associated with the Provisioning Service

delete/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}

Path parameters

subscriptionIdstring required

The subscription identifier.

resourceGroupNamestring required

Resource group identifier.

provisioningServiceNamestring required

The name of the provisioning service.

certificateNamestring required

This is a mandatory field, and is the logical name of the certificate that the provisioning service will access by.

Query parameters

certificate.namestring

This is optional, and it is the Common Name of the certificate.

certificate.rawBytesstring byte

Raw data within the certificate.

certificate.isVerifiedboolean

Indicates if certificate has been verified by owner of the private key.

certificate.purpose'clientAuthentication' | 'serverAuthentication'

A description that mentions the purpose of the certificate.

certificate.createdstring date-time

Time the certificate is created.

certificate.lastUpdatedstring date-time

Time the certificate is last updated.

certificate.hasPrivateKeyboolean

Indicates if the certificate contains a private key.

certificate.noncestring

Random number generated to indicate Proof of Possession.

api-versionstring required

The version of the API.

Headers

If-Matchstring required

ETag of the certificate

Response

OK.