diff --git a/content/docs/enterprise/cores/changing-a-core-domain.md b/content/docs/enterprise/cores/changing-a-core-domain.md index 60f92fa..058f4cd 100644 --- a/content/docs/enterprise/cores/changing-a-core-domain.md +++ b/content/docs/enterprise/cores/changing-a-core-domain.md @@ -21,7 +21,6 @@ Glue records for the new domain must be configured correctly before running this ```bash curl -k -X POST https://178.156.242.210:4445/core-changedomain \ - -u "username:password" \ -H "Content-Type: application/json" \ -d '{ "account_id": "your-account-id", diff --git a/content/docs/enterprise/cores/deleting-a-core.md b/content/docs/enterprise/cores/deleting-a-core.md index c97f020..0a326b6 100644 --- a/content/docs/enterprise/cores/deleting-a-core.md +++ b/content/docs/enterprise/cores/deleting-a-core.md @@ -28,7 +28,6 @@ You can also delete a Core programmatically using the Provisioner API. ```bash curl -k -X POST https://178.156.242.210:4445/core-delete \ - -u "username:password" \ -H "Content-Type: application/json" \ -d '{ "account_id": "your-account-id",