Download OpenAPI specification:Download
Using the Certificate Manager Service, you can conveniently provision and manage SSL certificates with IONOS services and your internal connected resources.
For the Application Load Balancer, you usually need a certificate to encrypt your HTTPS traffic. The service provides the basic functions of uploading and deleting your certificates for this purpose.
TLS/SSL certificates are used to secure network communications and prove the identity of websites on the Internet and resources on private networks. The certificates and their associated private keys are provided in PEM (Privacy Enhanced Mail) format.
This tag groups all operations for certificate.
This endpoint enables retrieving all Certificate using pagination and optional filters.
offset | integer <int32> >= 0 Default: 0 The first element (of the total list of elements) to include in the response. Use together with limit for pagination. |
limit | integer <int32> [ 1 .. 1000 ] Default: 100 Example: limit=100 The maximum number of elements to return. Use together with offset for pagination. |
filter.commonName | string Example: filter.commonName=www.example.com Filter by the common name (DNS). |
filter.autoCertificate | string <uuid> Example: filter.autoCertificate=b471cd03-ef51-52c5-91a5-49195b0a04d4 Filter by autoCertificateID. |
{- "id": "e7057759-25b4-5a26-b2f2-4c41e61f1044",
- "type": "collection",
- "href": "/certificates",
- "items": [
- {
- "id": "cbee81a3-9389-57ba-bc50-393adcfca141",
- "type": "certificate",
- "href": "/certificates/cbee81a3-9389-57ba-bc50-393adcfca141",
- "metadata": {
- "createdDate": "2020-12-10T13:37:50+01:00",
- "createdBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "createdByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedDate": "2020-12-11T13:37:50+01:00",
- "lastModifiedBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "resourceURN": "ionos:<product>:<location>:<contract>:<resource-path>",
- "state": "AVAILABLE",
- "message": "Issue in progress.",
- "autoCertificate": "b471cd03-ef51-52c5-91a5-49195b0a04d4",
- "lastIssuedCertificate": "cbee81a3-9389-57ba-bc50-393adcfca141",
- "expired": false,
- "notBefore": "2021-12-31T23:59:59Z",
- "notAfter": "2022-12-31T23:59:59Z",
- "serialNumber": "33:00:00:04:5F:2B:0D:65:9D:71:72:3E:7D:00:00:00:00:04:5F",
- "commonName": "www.example.com",
- "subjectAlternativeNames": [
- "app.example.com"
]
}, - "properties": {
- "name": "My Certificate",
- "certificate": "-----BEGIN CERTIFICATE-----\nMIIE5TCCAs2gAwIBAgIBATANBgkqhkiG9w0BAQsFADA2MQswCQYDVQQGEwJSTzEK\n-----END CERTIFICATE-----\n",
- "certificateChain": "-----BEGIN CERTIFICATE-----\nMIIDoTCCAokCFDrAUWffdxWJVz2Axl9lp/4xiUteMA0GCSqGSIb3DQEBCwUAMIGG\n-----END CERTIFICATE-----\n"
}
}
], - "offset": 0,
- "limit": 42,
- "_links": {
}
}
Creates a new Certificate.
The full Certificate needs to be provided to create the object. Optional data will be filled with defaults or left empty.
Certificate to create.
object Metadata | |
required | object (Certificate) TLS/SSL certificates are used to secure network communications and prove the identity of websites on the Internet and resources on private networks. The certificates and their associated private keys are provided in PEM (Privacy Enhanced Mail) format. |
{- "metadata": { },
- "properties": {
- "name": "My Certificate",
- "certificate": "-----BEGIN CERTIFICATE-----\nMIIE5TCCAs2gAwIBAgIBATANBgkqhkiG9w0BAQsFADA2MQswCQYDVQQGEwJSTzEK\n-----END CERTIFICATE-----\n",
- "certificateChain": "-----BEGIN CERTIFICATE-----\nMIIDoTCCAokCFDrAUWffdxWJVz2Axl9lp/4xiUteMA0GCSqGSIb3DQEBCwUAMIGG\n-----END CERTIFICATE-----\n",
- "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKQIBAAKCAgEAzDehfqWBr+9q0pxwCDDRph7QSPiMbkDGaGKc+Fd2h3doT8Li\n-----END RSA PRIVATE KEY-----\n"
}
}
{- "id": "cbee81a3-9389-57ba-bc50-393adcfca141",
- "type": "certificate",
- "href": "/certificates/cbee81a3-9389-57ba-bc50-393adcfca141",
- "metadata": {
- "createdDate": "2020-12-10T13:37:50+01:00",
- "createdBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "createdByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedDate": "2020-12-11T13:37:50+01:00",
- "lastModifiedBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "resourceURN": "ionos:<product>:<location>:<contract>:<resource-path>",
- "state": "AVAILABLE",
- "message": "Issue in progress.",
- "autoCertificate": "b471cd03-ef51-52c5-91a5-49195b0a04d4",
- "lastIssuedCertificate": "cbee81a3-9389-57ba-bc50-393adcfca141",
- "expired": false,
- "notBefore": "2021-12-31T23:59:59Z",
- "notAfter": "2022-12-31T23:59:59Z",
- "serialNumber": "33:00:00:04:5F:2B:0D:65:9D:71:72:3E:7D:00:00:00:00:04:5F",
- "commonName": "www.example.com",
- "subjectAlternativeNames": [
- "app.example.com"
]
}, - "properties": {
- "name": "My Certificate",
- "certificate": "-----BEGIN CERTIFICATE-----\nMIIE5TCCAs2gAwIBAgIBATANBgkqhkiG9w0BAQsFADA2MQswCQYDVQQGEwJSTzEK\n-----END CERTIFICATE-----\n",
- "certificateChain": "-----BEGIN CERTIFICATE-----\nMIIDoTCCAokCFDrAUWffdxWJVz2Axl9lp/4xiUteMA0GCSqGSIb3DQEBCwUAMIGG\n-----END CERTIFICATE-----\n"
}
}
Returns the Certificate by ID.
certificateId required | string <uuid> Example: cbee81a3-9389-57ba-bc50-393adcfca141 The ID (UUID) of the Certificate. |
{- "id": "cbee81a3-9389-57ba-bc50-393adcfca141",
- "type": "certificate",
- "href": "/certificates/cbee81a3-9389-57ba-bc50-393adcfca141",
- "metadata": {
- "createdDate": "2020-12-10T13:37:50+01:00",
- "createdBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "createdByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedDate": "2020-12-11T13:37:50+01:00",
- "lastModifiedBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "resourceURN": "ionos:<product>:<location>:<contract>:<resource-path>",
- "state": "AVAILABLE",
- "message": "Issue in progress.",
- "autoCertificate": "b471cd03-ef51-52c5-91a5-49195b0a04d4",
- "lastIssuedCertificate": "cbee81a3-9389-57ba-bc50-393adcfca141",
- "expired": false,
- "notBefore": "2021-12-31T23:59:59Z",
- "notAfter": "2022-12-31T23:59:59Z",
- "serialNumber": "33:00:00:04:5F:2B:0D:65:9D:71:72:3E:7D:00:00:00:00:04:5F",
- "commonName": "www.example.com",
- "subjectAlternativeNames": [
- "app.example.com"
]
}, - "properties": {
- "name": "My Certificate",
- "certificate": "-----BEGIN CERTIFICATE-----\nMIIE5TCCAs2gAwIBAgIBATANBgkqhkiG9w0BAQsFADA2MQswCQYDVQQGEwJSTzEK\n-----END CERTIFICATE-----\n",
- "certificateChain": "-----BEGIN CERTIFICATE-----\nMIIDoTCCAokCFDrAUWffdxWJVz2Axl9lp/4xiUteMA0GCSqGSIb3DQEBCwUAMIGG\n-----END CERTIFICATE-----\n"
}
}
Changes Certificate with the provided ID. Values provides will replace the existing data.
certificateId required | string <uuid> Example: cbee81a3-9389-57ba-bc50-393adcfca141 The ID (UUID) of the Certificate. |
patch Certificate
object Metadata | |
required | object (PatchName) |
{- "metadata": { },
- "properties": {
- "name": "My name"
}
}
{- "id": "cbee81a3-9389-57ba-bc50-393adcfca141",
- "type": "certificate",
- "href": "/certificates/cbee81a3-9389-57ba-bc50-393adcfca141",
- "metadata": {
- "createdDate": "2020-12-10T13:37:50+01:00",
- "createdBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "createdByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedDate": "2020-12-11T13:37:50+01:00",
- "lastModifiedBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "resourceURN": "ionos:<product>:<location>:<contract>:<resource-path>",
- "state": "AVAILABLE",
- "message": "Issue in progress.",
- "autoCertificate": "b471cd03-ef51-52c5-91a5-49195b0a04d4",
- "lastIssuedCertificate": "cbee81a3-9389-57ba-bc50-393adcfca141",
- "expired": false,
- "notBefore": "2021-12-31T23:59:59Z",
- "notAfter": "2022-12-31T23:59:59Z",
- "serialNumber": "33:00:00:04:5F:2B:0D:65:9D:71:72:3E:7D:00:00:00:00:04:5F",
- "commonName": "www.example.com",
- "subjectAlternativeNames": [
- "app.example.com"
]
}, - "properties": {
- "name": "My Certificate",
- "certificate": "-----BEGIN CERTIFICATE-----\nMIIE5TCCAs2gAwIBAgIBATANBgkqhkiG9w0BAQsFADA2MQswCQYDVQQGEwJSTzEK\n-----END CERTIFICATE-----\n",
- "certificateChain": "-----BEGIN CERTIFICATE-----\nMIIDoTCCAokCFDrAUWffdxWJVz2Axl9lp/4xiUteMA0GCSqGSIb3DQEBCwUAMIGG\n-----END CERTIFICATE-----\n"
}
}
Deletes the specified Certificate.
certificateId required | string <uuid> Example: cbee81a3-9389-57ba-bc50-393adcfca141 The ID (UUID) of the Certificate. |
{- "httpStatus": 400,
- "messages": [
- {
- "errorCode": "err-1234",
- "message": "Error message example"
}
]
}
Auto certificates create new certificates based on a certificate provider.
This tag groups all operations for autocertificate.
This endpoint enables retrieving all AutoCertificate using pagination and optional filters.
offset | integer <int32> >= 0 Default: 0 The first element (of the total list of elements) to include in the response. Use together with limit for pagination. |
limit | integer <int32> [ 1 .. 1000 ] Default: 100 Example: limit=100 The maximum number of elements to return. Use together with offset for pagination. |
filter.commonName | string Example: filter.commonName=www.example.com Filter by the common name (DNS). |
{- "id": "b57af488-a991-522a-9fea-bbca2e2d097f",
- "type": "collection",
- "href": "/auto-certificates",
- "items": [
- {
- "id": "f88467f8-a2d6-5871-83b9-e10f23d0a48a",
- "type": "autocertificate",
- "href": "/auto-certificates/f88467f8-a2d6-5871-83b9-e10f23d0a48a",
- "metadata": {
- "createdDate": "2020-12-10T13:37:50+01:00",
- "createdBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "createdByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedDate": "2020-12-11T13:37:50+01:00",
- "lastModifiedBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "resourceURN": "ionos:<product>:<location>:<contract>:<resource-path>",
- "state": "AVAILABLE",
- "message": "Issue in progress.",
- "lastIssuedCertificate": "cbee81a3-9389-57ba-bc50-393adcfca141"
}, - "properties": {
- "provider": "b471cd03-ef51-52c5-91a5-49195b0a04d4",
- "commonName": "www.example.com",
- "keyAlgorithm": "rsa4096",
- "name": "My Auto renewed certificate",
- "subjectAlternativeNames": [
- "app.example.com"
]
}
}
], - "offset": 0,
- "limit": 42,
- "_links": {
}
}
Creates a new AutoCertificate.
The full AutoCertificate needs to be provided to create the object. Optional data will be filled with defaults or left empty.
AutoCertificate to create.
object Metadata | |
required | object (AutoCertificate) Auto certificates create new certificates based on a certificate provider. |
{- "metadata": { },
- "properties": {
- "provider": "b471cd03-ef51-52c5-91a5-49195b0a04d4",
- "commonName": "www.example.com",
- "keyAlgorithm": "rsa4096",
- "name": "My Auto renewed certificate",
- "subjectAlternativeNames": [
- "app.example.com"
]
}
}
{- "id": "f88467f8-a2d6-5871-83b9-e10f23d0a48a",
- "type": "autocertificate",
- "href": "/auto-certificates/f88467f8-a2d6-5871-83b9-e10f23d0a48a",
- "metadata": {
- "createdDate": "2020-12-10T13:37:50+01:00",
- "createdBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "createdByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedDate": "2020-12-11T13:37:50+01:00",
- "lastModifiedBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "resourceURN": "ionos:<product>:<location>:<contract>:<resource-path>",
- "state": "AVAILABLE",
- "message": "Issue in progress.",
- "lastIssuedCertificate": "cbee81a3-9389-57ba-bc50-393adcfca141"
}, - "properties": {
- "provider": "b471cd03-ef51-52c5-91a5-49195b0a04d4",
- "commonName": "www.example.com",
- "keyAlgorithm": "rsa4096",
- "name": "My Auto renewed certificate",
- "subjectAlternativeNames": [
- "app.example.com"
]
}
}
Returns the AutoCertificate by ID.
autoCertificateId required | string <uuid> Example: f88467f8-a2d6-5871-83b9-e10f23d0a48a The ID (UUID) of the AutoCertificate. |
{- "id": "f88467f8-a2d6-5871-83b9-e10f23d0a48a",
- "type": "autocertificate",
- "href": "/auto-certificates/f88467f8-a2d6-5871-83b9-e10f23d0a48a",
- "metadata": {
- "createdDate": "2020-12-10T13:37:50+01:00",
- "createdBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "createdByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedDate": "2020-12-11T13:37:50+01:00",
- "lastModifiedBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "resourceURN": "ionos:<product>:<location>:<contract>:<resource-path>",
- "state": "AVAILABLE",
- "message": "Issue in progress.",
- "lastIssuedCertificate": "cbee81a3-9389-57ba-bc50-393adcfca141"
}, - "properties": {
- "provider": "b471cd03-ef51-52c5-91a5-49195b0a04d4",
- "commonName": "www.example.com",
- "keyAlgorithm": "rsa4096",
- "name": "My Auto renewed certificate",
- "subjectAlternativeNames": [
- "app.example.com"
]
}
}
Changes AutoCertificate with the provided ID. Values provides will replace the existing data.
autoCertificateId required | string <uuid> Example: f88467f8-a2d6-5871-83b9-e10f23d0a48a The ID (UUID) of the AutoCertificate. |
patch AutoCertificate
object Metadata | |
required | object (PatchName) |
{- "metadata": { },
- "properties": {
- "name": "My name"
}
}
{- "id": "f88467f8-a2d6-5871-83b9-e10f23d0a48a",
- "type": "autocertificate",
- "href": "/auto-certificates/f88467f8-a2d6-5871-83b9-e10f23d0a48a",
- "metadata": {
- "createdDate": "2020-12-10T13:37:50+01:00",
- "createdBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "createdByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedDate": "2020-12-11T13:37:50+01:00",
- "lastModifiedBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "resourceURN": "ionos:<product>:<location>:<contract>:<resource-path>",
- "state": "AVAILABLE",
- "message": "Issue in progress.",
- "lastIssuedCertificate": "cbee81a3-9389-57ba-bc50-393adcfca141"
}, - "properties": {
- "provider": "b471cd03-ef51-52c5-91a5-49195b0a04d4",
- "commonName": "www.example.com",
- "keyAlgorithm": "rsa4096",
- "name": "My Auto renewed certificate",
- "subjectAlternativeNames": [
- "app.example.com"
]
}
}
Deletes the specified AutoCertificate.
autoCertificateId required | string <uuid> Example: f88467f8-a2d6-5871-83b9-e10f23d0a48a The ID (UUID) of the AutoCertificate. |
{- "httpStatus": 400,
- "messages": [
- {
- "errorCode": "err-1234",
- "message": "Error message example"
}
]
}
Certificate provider used to renew certificates before their expiry.
This tag groups all operations for provider.
This endpoint enables retrieving all Provider using pagination and optional filters.
offset | integer <int32> >= 0 Default: 0 The first element (of the total list of elements) to include in the response. Use together with limit for pagination. |
limit | integer <int32> [ 1 .. 1000 ] Default: 100 Example: limit=100 The maximum number of elements to return. Use together with offset for pagination. |
{- "id": "36c38284-7cb0-5d88-8701-636aa547617f",
- "type": "collection",
- "href": "/providers",
- "items": [
- {
- "id": "74edc770-5cc6-5976-ac99-013ddb4af403",
- "type": "provider",
- "href": "/providers/74edc770-5cc6-5976-ac99-013ddb4af403",
- "metadata": {
- "createdDate": "2020-12-10T13:37:50+01:00",
- "createdBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "createdByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedDate": "2020-12-11T13:37:50+01:00",
- "lastModifiedBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "resourceURN": "ionos:<product>:<location>:<contract>:<resource-path>",
- "state": "AVAILABLE",
- "message": "Issue in progress."
}, - "properties": {
- "name": "Let's Encrypt",
- "email": "user@example.com",
- "externalAccountBinding": {
- "keyId": "some-key-id"
}
}
}
], - "offset": 0,
- "limit": 42,
- "_links": {
}
}
Creates a new Provider.
The full Provider needs to be provided to create the object. Optional data will be filled with defaults or left empty.
Provider to create.
object Metadata | |
required | object (Provider) Certificate provider used to renew certificates before their expiry. |
{- "metadata": { },
- "properties": {
- "name": "Let's Encrypt",
- "email": "user@example.com",
- "externalAccountBinding": {
- "keyId": "some-key-id",
- "keySecret": "secret"
}
}
}
{- "id": "74edc770-5cc6-5976-ac99-013ddb4af403",
- "type": "provider",
- "href": "/providers/74edc770-5cc6-5976-ac99-013ddb4af403",
- "metadata": {
- "createdDate": "2020-12-10T13:37:50+01:00",
- "createdBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "createdByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedDate": "2020-12-11T13:37:50+01:00",
- "lastModifiedBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "resourceURN": "ionos:<product>:<location>:<contract>:<resource-path>",
- "state": "AVAILABLE",
- "message": "Issue in progress."
}, - "properties": {
- "name": "Let's Encrypt",
- "email": "user@example.com",
- "externalAccountBinding": {
- "keyId": "some-key-id"
}
}
}
Returns the Provider by ID.
providerId required | string <uuid> Example: 74edc770-5cc6-5976-ac99-013ddb4af403 The ID (UUID) of the Provider. |
{- "id": "74edc770-5cc6-5976-ac99-013ddb4af403",
- "type": "provider",
- "href": "/providers/74edc770-5cc6-5976-ac99-013ddb4af403",
- "metadata": {
- "createdDate": "2020-12-10T13:37:50+01:00",
- "createdBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "createdByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedDate": "2020-12-11T13:37:50+01:00",
- "lastModifiedBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "resourceURN": "ionos:<product>:<location>:<contract>:<resource-path>",
- "state": "AVAILABLE",
- "message": "Issue in progress."
}, - "properties": {
- "name": "Let's Encrypt",
- "email": "user@example.com",
- "externalAccountBinding": {
- "keyId": "some-key-id"
}
}
}
Changes Provider with the provided ID. Values provides will replace the existing data.
providerId required | string <uuid> Example: 74edc770-5cc6-5976-ac99-013ddb4af403 The ID (UUID) of the Provider. |
patch Provider
object Metadata | |
required | object (PatchName) |
{- "metadata": { },
- "properties": {
- "name": "My name"
}
}
{- "id": "74edc770-5cc6-5976-ac99-013ddb4af403",
- "type": "provider",
- "href": "/providers/74edc770-5cc6-5976-ac99-013ddb4af403",
- "metadata": {
- "createdDate": "2020-12-10T13:37:50+01:00",
- "createdBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "createdByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedDate": "2020-12-11T13:37:50+01:00",
- "lastModifiedBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "lastModifiedByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
- "resourceURN": "ionos:<product>:<location>:<contract>:<resource-path>",
- "state": "AVAILABLE",
- "message": "Issue in progress."
}, - "properties": {
- "name": "Let's Encrypt",
- "email": "user@example.com",
- "externalAccountBinding": {
- "keyId": "some-key-id"
}
}
}
Deletes the specified Provider.
providerId required | string <uuid> Example: 74edc770-5cc6-5976-ac99-013ddb4af403 The ID (UUID) of the Provider. |
{- "httpStatus": 400,
- "messages": [
- {
- "errorCode": "err-1234",
- "message": "Error message example"
}
]
}