Description | : Deletes the specified certificate associated with the Provisioning Service |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "DpsCertificate_Delete", "$parameters": [ { "#name": "certificate.lastUpdated", "Description": { "new": "Certificate last updated time.", "old": "Time the certificate is last updated." } } ] }
⚼ Request
DELETE:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
provisioningServiceName:
string
,
certificateName:
string
,
If-Match:
string
,
certificate.name:
string
,
certificate.rawBytes:
string
,
certificate.isVerified:
boolean
,
certificate.purpose:
string
,
certificate.created:
string
,
certificate.lastUpdated:
string
,
certificate.hasPrivateKey:
boolean
,
certificate.nonce:
string
,
}
⚐ Response (200)
{}
⚐ Response (204)
{}
⚐ Response (default)
{
code:
integer
,
httpStatusCode:
string
,
message:
string
,
details:
string
,
}