Share via


Delete a Management Certificate (Tenant Management Certificate)

 

Applies To: Windows Azure Pack

Deletes a management certificate.

Request

Replace <ServiceMgmt> with your Service Management API endpoint address. Replace <SubscriptionID> with the subscription identifier. Replace <ThumbprintId> with the management certificate thumbprint.

Method

Request URI

HTTP version

DELETE

https://<ServiceMgmt>:30005/Subscriptions/<SubscriptionId>/certificates/<ThumbprintId>

HTTP/1.1

URI Parameters

None.

Request Headers

The following table describes required and optional request headers.

Request Header

Description

Authorization: Bearer

Required. Authorization bearer token.

x-ms-principal-id

Required. The principal identifier.

x-ms-client-request-id

Optional. The client request identifier.

x-ms-client-session-id

Optional. The client session identifier.

x-ms-principal-liveid

Optional. The principal Live identifier.

Request Body

None.

Response

The response includes an HTTP status code, a set of response headers, and a response body.

Status Code

A successful operation returns status code 200 (OK).

For information about status codes, see Status and Error Codes (Windows Azure Pack Service Management).

Response Headers

The response for this operation includes standard HTTP headers. All standard headers conform to the HTTP/1.1 protocol specification.

Response Body

The following table describes the key elements of the response body:

Element name

Description

SubscriptionCertificate

The deleted certificate. For more information, see SubscriptionCertificate (Tenant object).

Example

The following code example shows a Delete Management Certificate request.

{
  "SubscriptionCertificatePublicKey": "MIIBCgKCAQEAlwzEOUpn23YTQG62sc\/TjzOplxGVun3g4FbIB0MYPm3VX0vdQiMnypX8Gs8jgRB\/MmOyS9qf6VI2hxPHayimr4cXMqdBnZXDWMQ6PlqMRx0DUwI\/UQ+YqbF7ZjogAqedTFRcD4QCoOP8n+mVpvp4fLSEYeSZwrwLtnyeYn77lVJKcNltHzqVeRwBd951MjGEddbOPuwoGAzghEbDm\/M9j3DpSObbwPnqfKfoUbx6xQRgwsRJsRXt81yE0VXcpKftwSJN26gwvx+0+us1GC6EKbKHoIZRWUDdzzwSDP+e31OHfPRrAD19n0qAYLDAv\/QyBTKmwegyqOiWa2fqldEzYwIDAQAB",
  "SubscriptionCertificateThumbprint": "9B3C37766BD00C22EC478B8F124C153B4B7E4C5B",
  "SubscriptionCertificateData": "MIIC8zCCAd+gAwIBAgIQHb\/x3sOWlpZEyaSG8ORcojAJBgUrDgMCHQUAMBQxEjAQBgNVBAMTCUthdGFsVGVzdDAeFw0xMzA3MDMxNTQ1NTZaFw0zOTEyMzEyMzU5NTlaMBQxEjAQBgNVBAMTCUthdGFsVGVzdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJcMxDlKZ9t2E0ButrHP048zqZcRlbp94OBWyAdDGD5t1V9L3UIjJ8qV\/BrPI4EQfzJjskvan+lSNocTx2sopq+HFzKnQZ2Vw1jEOj5ajEcdA1MCP1EPmKmxe2Y6IAKnnUxUXA+EAqDj\/J\/plab6eHy0hGHkmcK8C7Z8nmJ++5VSSnDZbR86lXkcAXfedTIxhHXWzj7sKBgM4IRGw5vzPY9w6Ujm28D56nyn6FG8esUEYMLESbEV7fNchNFV3KSn7cEiTduoML8ftPrrNRguhCmyh6CGUVlA3c88Egz\/nt9Th3z0awA9fZ9KgGCwwL\/0MgUypsHoMqjolmtn6pXRM2MCAwEAAaNJMEcwRQYDVR0BBD4wPIAQbCwbwQ4AaGVMED7PAlJqW6EWMBQxEjAQBgNVBAMTCUthdGFsVGVzdIIQHb\/x3sOWlpZEyaSG8ORcojAJBgUrDgMCHQUAA4IBAQAGFKwxP\/WMV0Dn6fhapF4G\/ytoJFi1MmNhZustln80e7CRUUXLBtwJcgU87mWiRZZHVHtPI5et+UCvJG3QxIzCkB4030UWQqgIeqXOgsoAd+SzCp\/5ZabB5bjqZSMmiLTiLlbOjoPrNQW7UDSmVCn6rchU3bFpKuNqK1YsQX7aoVgadMB1G7MpdXYKj8WXPbZX7IAh5ymUlSoSlgD9wcBklU013n8UKVDId9iWnV15SWGrS06SYeVT+4hYUql6gHLKHCNKiVpLQ1tCpS3vq8nkQZcmsxwC6swAkWXez+pZlITHEkM12Iyb5zyBDTu\/6Ind\/hFsEHgQT2wAXfMH0m0I",
  "TimeCreated": "2013-07-03T16:19:50.793"
}

See Also

Tenant Management Certificate Interfaces