Deletes specified environment variables for an application by its ID.
appId-orgId
.success
if successful, error
if not.error
if not successful.UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.FORBIDDEN
: The user does not have permission to access the application.APP_NOT_FOUND
: The specified application does not exist.INVALID_BODY
: The request body is not a valid array or is empty.INVALID_KEY
: One or more provided keys are invalid or forbidden.ENVIRONMENTS_NOT_FOUND
: None of the specified environment variables were found.