API endpoints overviewEnvironments
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
curl -X DELETE "https://api.ivandt.com/v1/environments/string"{
"message": "string",
"deletedAt": "2019-08-24T14:15:22Z"
}