Ivandt logo

Delete environment

Delete environment

Permanently deletes an environment and revokes both its Secret Key and Public Key. This action cannot be undone.

Important:

  • All API calls using these keys will immediately fail
  • Active SDK instances will stop working
  • Consider rotating keys instead if you need to maintain service
DELETE
/environments/{name}

Path Parameters

namestring

The environment name

Response Body

curl -X DELETE "https://api.ivandt.com/v1/environments/string"
{
  "message": "string",
  "deletedAt": "2019-08-24T14:15:22Z"
}