Removed auth from provisioner curls

This commit is contained in:
2026-05-28 11:46:18 -06:00
parent 6886206922
commit 5e7242a6e5
2 changed files with 0 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ Glue records for the new domain must be configured correctly before running this
```bash ```bash
curl -k -X POST https://178.156.242.210:4445/core-changedomain \ curl -k -X POST https://178.156.242.210:4445/core-changedomain \
-u "username:password" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{ -d '{
"account_id": "your-account-id", "account_id": "your-account-id",

View File

@@ -28,7 +28,6 @@ You can also delete a Core programmatically using the Provisioner API.
```bash ```bash
curl -k -X POST https://178.156.242.210:4445/core-delete \ curl -k -X POST https://178.156.242.210:4445/core-delete \
-u "username:password" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{ -d '{
"account_id": "your-account-id", "account_id": "your-account-id",