Delete a Secret
In this example we will delete the secret name demosecret.
You can not edit a secret. If you need to update a secret, just delete and create it again with the new value.
| API cURL Example | |
|---|---|
1 2 3 4 5 | |
The response code will be 200 or an error code from 4XX.
| API Client (Python) Example | |
|---|---|
1 2 3 4 5 6 7 8 9 10 | |
You will see the output like this;
| API Client (Python) Example Response | |
|---|---|
1 | |
| Kelvin SDK Command Line Example | |
|---|---|
1 | |
You will need to confirm the delete process and if everything went well you will get the confirmation response like this;
| Kelvin SDK Command Line Output | |
|---|---|
1 2 3 4 5 6 | |