Delete Domain

To delete a domain, perform a DELETE request with the domainId of the domain.

Endpoint

Use the following endpoint to delete a domain: https://iam.ionos.com/federation/domains/{domainId}.

Request

Note: The following request contains a sample domainId. Replace it with the domainId value to delete the respective domain.

curl --X \  
--request DELETE 'https://cdn.de-fra.ionos.com/distributions/9ba15778-16c4-543c-8775-e52acf4853f5' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJraWQiO' \
--header 'Content-Type: application/json' \

Below is the list of mandatory path parameter:

Body Parameters

Type

Description

Example

domainId

string

The ID (UUID) of the domain.

f181c212-34f1-5843-9bbb-fc2531c7d928

Response

202 Successful operation

Last updated

Was this helpful?